DeviceUnresponsiveException

public class DeviceUnresponsiveException
extends DeviceNotAvailableException

java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
    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: このエラーのエラー識別子。