DeviceUnresponsiveException

public class DeviceUnresponsiveException
extends DeviceNotAvailableException

java.lang.객체
com.android.tradefed.error.HarnessException
com.android.tradefed.device.DeviceNotAvailableException
com.android.tradefed.device.DeviceUnresponsiveException


장치가 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 생성합니다.

공개 생성자

DeviceUnresponsiveException

public DeviceUnresponsiveException (String msg, 
                String serial)

DeviceUnresponsiveException 생성합니다.

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

serial String : 해당 디바이스의 시리얼.

DeviceUnresponsiveException

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

DeviceUnresponsiveException 생성합니다.

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

serial String : 해당 디바이스의 시리얼.

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

DeviceUnresponsiveException

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

DeviceUnresponsiveException 생성합니다.

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

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

serial String : 해당 디바이스의 시리얼.

DeviceUnresponsiveException

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

DeviceUnresponsiveException 생성합니다.

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

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

serial String : 해당 디바이스의 시리얼.

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