DeviceNotAvailableException

public class DeviceNotAvailableException
extends HarnessException

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


デバイスがテストに利用できなくなった場合にスローされます。例:デバイスへの adb 接続 紛失した、デバイスがコマンドへの応答を停止したなど

概要

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

DeviceNotAvailableException()

<ph type="x-smartling-placeholder"></ph> このコンストラクタは非推奨となりました。 DeviceNotAvailableException(String, String, com.android.tradefed.result.error.ErrorIdentifier) を使用する をご覧ください。

DeviceNotAvailableException(String msg)

<ph type="x-smartling-placeholder"></ph> このコンストラクタは非推奨となりました。 DeviceNotAvailableException(String, String, com.android.tradefed.result.error.ErrorIdentifier) を使用する をご覧ください。

DeviceNotAvailableException(String msg, String serial)

DeviceNotAvailableException を作成します。

DeviceNotAvailableException(String msg, String serial, ErrorIdentifier errorId)

DeviceNotAvailableException を作成します。

DeviceNotAvailableException(String msg, Throwable cause, String serial)

DeviceNotAvailableException を作成します。

DeviceNotAvailableException(String msg, Throwable cause, String serial, ErrorIdentifier errorId)

DeviceNotAvailableException を作成します。

パブリック メソッド

String getSerial()

例外に関連するデバイスのシリアルを返します。

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

DeviceNotAvailableException

public DeviceNotAvailableException ()

<ph type="x-smartling-placeholder"></ph> このコンストラクタは非推奨となりました。
DeviceNotAvailableException(String, String, com.android.tradefed.result.error.ErrorIdentifier) を使用する してください。

DeviceNotAvailableException を作成します。

DeviceNotAvailableException

public DeviceNotAvailableException (String msg)

<ph type="x-smartling-placeholder"></ph> このコンストラクタは非推奨となりました。
DeviceNotAvailableException(String, String, com.android.tradefed.result.error.ErrorIdentifier) を使用する してください。

DeviceNotAvailableException を作成します。

パラメータ
msg String: 説明的なメッセージ。

DeviceNotAvailableException

public DeviceNotAvailableException (String msg, 
                String serial)

DeviceNotAvailableException を作成します。

パラメータ
msg String: 説明的なメッセージ。

serial String: 該当するデバイスのシリアル番号

DeviceNotAvailableException

public DeviceNotAvailableException (String msg, 
                String serial, 
                ErrorIdentifier errorId)

DeviceNotAvailableException を作成します。

パラメータ
msg String: 説明的なメッセージ。

serial String: 該当するデバイスのシリアル番号

errorId ErrorIdentifier: このエラーのエラー ID。

DeviceNotAvailableException

public DeviceNotAvailableException (String msg, 
                Throwable cause, 
                String serial)

DeviceNotAvailableException を作成します。

パラメータ
msg String: 説明的なメッセージ。

cause Throwable: デバイスが利用できなくなる原因となったルート Throwable

serial String: 例外により問題が発生しているデバイスのシリアル

DeviceNotAvailableException

public DeviceNotAvailableException (String msg, 
                Throwable cause, 
                String serial, 
                ErrorIdentifier errorId)

DeviceNotAvailableException を作成します。

パラメータ
msg String: 説明的なメッセージ。

cause Throwable: デバイスが利用できなくなる原因となったルート Throwable

serial String: 例外により問題が発生しているデバイスのシリアル

errorId ErrorIdentifier: このエラーのエラー ID。

パブリック メソッド

getSerial

public String getSerial ()

例外に関連するデバイスのシリアルを返します。

戻り値
String