RunInterruptedException

public class RunInterruptedException
extends HarnessRuntimeException

java.lang.Object
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 입니다.