RunInterruptedException

public class RunInterruptedException
extends HarnessRuntimeException

java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.lang.RuntimeException
         ↳ com.android.tradefed.error.HarnessRuntimeException
           ↳ com.android.tradefed.util.RunInterruptedException


실행 작업이 외부 요청에 의해 중단될 때 발생합니다.

요약

공개 생성자

RunInterruptedException(String message, ErrorIdentifier errorId)

RunInterruptedException를 만듭니다.

RunInterruptedException(String message, Throwable cause, ErrorIdentifier errorId)

RunInterruptedException를 만듭니다.

공개 생성자

RunInterruptedException

public RunInterruptedException (String message, 
                ErrorIdentifier errorId)

RunInterruptedException를 만듭니다.

매개변수
message String: 예외와 연결된 메시지

errorId ErrorIdentifier: 예외를 분류하는 ErrorIdentifier입니다.

RunInterruptedException

public RunInterruptedException (String message, 
                Throwable cause, 
                ErrorIdentifier errorId)

RunInterruptedException를 만듭니다.

매개변수
message String: 예외와 연결된 메시지

cause Throwable: 예외의 원인

errorId ErrorIdentifier: 예외를 분류하는 ErrorIdentifier입니다.