DeviceUnresponsiveException

public class DeviceUnresponsiveException
extends DeviceNotAvailableException

java.lang.Object
   ↳ com.android.tradefed.error.HarnessException
     ↳ com.android.tradefed.device.DeviceNotAvailableException
       ↳ com.android.tradefed.device.DeviceUnresponsiveException


DeviceNotAvailableException の特殊化。デバイスが adb に表示されているが、応答しない(コマンドがタイムアウトする、起動しないなど)ことを示します。

概要

パブリック コンストラクタ

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: このエラーのエラー識別子。