DeviceUnResponseException

public class DeviceUnresponsiveException
extends DeviceNotAvailableException

java.lang.Object
com.android.tradefed.error.HarnessException
com.android.tradefed.device.DeviceNotAvailableException
com.android.tradefed.device.DeviceUnResponseException


장치가 adb에 표시되지만 응답하지 않음(예: 명령 시간 초과, 부팅되지 않음 등)을 나타내는 DeviceNotAvailableException 의 특수화

요약

공개 생성자

DeviceUnresponsiveException (String msg, String serial)

DeviceUnresponsiveException 생성합니다.

DeviceUnresponsiveException (String msg, String serial, ErrorIdentifier errorId)

DeviceUnresponsiveException 생성합니다.

DeviceUnresponsiveException (String msg, Throwable cause, String serial)

DeviceUnresponsiveException 생성합니다.

DeviceUnresponsiveException (String msg, Throwable cause, String serial, ErrorIdentifier errorId)

DeviceUnresponsiveException 생성합니다.

공개 생성자

DeviceUnResponseException

public DeviceUnresponsiveException (String msg, 
                String serial)

DeviceUnresponsiveException 생성합니다.

매개변수
msg String : 설명 메시지입니다.

serial String : 해당 장치의 일련번호입니다.

DeviceUnResponseException

public DeviceUnresponsiveException (String msg, 
                String serial, 
                ErrorIdentifier errorId)

DeviceUnresponsiveException 생성합니다.

매개변수
msg String : 설명 메시지입니다.

serial String : 해당 장치의 일련번호입니다.

errorId ErrorIdentifier : 이 오류에 대한 오류 식별자입니다.

DeviceUnResponseException

public DeviceUnresponsiveException (String msg, 
                Throwable cause, 
                String serial)

DeviceUnresponsiveException 생성합니다.

매개변수
msg String : 설명 메시지입니다.

cause Throwable : 장치를 사용할 수 없게 만든 루트 Throwable 입니다.

serial String : 해당 장치의 일련번호입니다.

DeviceUnResponseException

public DeviceUnresponsiveException (String msg, 
                Throwable cause, 
                String serial, 
                ErrorIdentifier errorId)

DeviceUnresponsiveException 생성합니다.

매개변수
msg String : 설명 메시지입니다.

cause Throwable : 장치를 사용할 수 없게 만든 루트 Throwable 입니다.

serial String : 해당 장치의 일련번호입니다.

errorId ErrorIdentifier : 이 오류에 대한 오류 식별자입니다.