DeviceUnresponseException
public
class
DeviceUnresponsiveException
extends DeviceNotAvailableException
java.lang.Object | |||
↳ | com.android.tradefed.error.HarnessException | ||
↳ | com.android.tradefed.device.DeviceNotAvailableException | ||
↳ | com.android.tradefed.device.DeviceUnresponsiveException |
デバイスが adb で認識できることを示す DeviceNotAvailableException
の特化型。
応答がない(例: コマンドがタイムアウトする、起動しない)
概要
パブリック コンストラクタ | |
---|---|
DeviceUnresponsiveException(String msg, String serial)
|
|
DeviceUnresponsiveException(String msg, String serial, ErrorIdentifier errorId)
|
|
DeviceUnresponsiveException(String msg, Throwable cause, String serial)
|
|
DeviceUnresponsiveException(String msg, Throwable cause, String serial, ErrorIdentifier errorId)
|
パブリック コンストラクタ
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 : このエラーのエラー ID。 |
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 : このエラーのエラー ID。 |