裝置無回應例外狀況
public
class
DeviceUnresponsiveException
extends DeviceNotAvailableException
java.lang.Object | |||
↳ | com.android.tradefed.error.HarnessException | ||
↳ | com.android.tradefed.device.DeviceNotAvailableException | ||
↳ | com.android.tradefed.device.DeviceUnResponseException |
這個特殊的 DeviceNotAvailableException
可表示 ADB 可以看見裝置。
但沒有回應 (例如指令逾時、無法啟動等)
摘要
公用建構函式 | |
---|---|
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)
|
公用建構函式
裝置無回應例外狀況
public DeviceUnresponsiveException (String msg, String serial)
可建立 DeviceUnresponsiveException
。
參數 | |
---|---|
msg |
String :描述性訊息。 |
serial |
String :相關裝置的序號。 |
裝置無回應例外狀況
public DeviceUnresponsiveException (String msg, String serial, ErrorIdentifier errorId)
可建立 DeviceUnresponsiveException
。
參數 | |
---|---|
msg |
String :描述性訊息。 |
serial |
String :相關裝置的序號。 |
errorId |
ErrorIdentifier :該錯誤的錯誤 ID。 |
裝置無回應例外狀況
public DeviceUnresponsiveException (String msg, Throwable cause, String serial)
可建立 DeviceUnresponsiveException
。
參數 | |
---|---|
msg |
String :描述性訊息。 |
cause |
Throwable :造成裝置無法使用的根 Throwable 。 |
serial |
String :相關裝置的序號。 |
裝置無回應例外狀況
public DeviceUnresponsiveException (String msg, Throwable cause, String serial, ErrorIdentifier errorId)
可建立 DeviceUnresponsiveException
。
參數 | |
---|---|
msg |
String :描述性訊息。 |
cause |
Throwable :造成裝置無法使用的根 Throwable 。 |
serial |
String :相關裝置的序號。 |
errorId |
ErrorIdentifier :該錯誤的錯誤 ID。 |