DeviceUnresponsiveException
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) |
パブリック コンストラクター
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 : デバイスが使用できなくなる原因となったルートERROR(/Throwable) 。 |
serial | String : 関連するデバイスのシリアル。 |
DeviceUnresponsiveException
public DeviceUnresponsiveException (String msg, Throwable cause, String serial, ErrorIdentifier errorId)
DeviceUnresponsiveException
を作成します。
パラメーター | |
---|---|
msg | String : 説明的なメッセージ。 |
cause | Throwable : デバイスが使用できなくなる原因となったルートERROR(/Throwable) 。 |
serial | String : 関連するデバイスのシリアル。 |
errorId | ErrorIdentifier : このエラーのエラー識別子。 |