DeviceDisconnectedException(デバイスの接続解除)

public class DeviceDisconnectedException
extends DeviceNotAvailableException

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


トランスポート タイプを使用してデバイスにアクセスできなくなった場合にスローされます。デバイスが「いいえ」の場合に USB または TCP/IP 接続で参照可能

概要

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

DeviceDisconnectedException(String msg, String serial)

DeviceUnresponsiveException を作成します。

DeviceDisconnectedException(String msg, String serial, ErrorIdentifier errorId)

DeviceUnresponsiveException を作成します。

DeviceDisconnectedException(String msg, Throwable cause, String serial)

DeviceUnresponsiveException を作成します。

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

DeviceUnresponsiveException を作成します。

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

DeviceDisconnectedException(デバイスの接続解除)

public DeviceDisconnectedException (String msg, 
                String serial)

DeviceUnresponsiveException を作成します。

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

serial String: 対象となるデバイスのシリアル。

DeviceDisconnectedException(デバイスの接続解除)

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

DeviceUnresponsiveException を作成します。

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

serial String: 対象となるデバイスのシリアル。

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

DeviceDisconnectedException(デバイスの接続解除)

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

DeviceUnresponsiveException を作成します。

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

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

serial String: 対象となるデバイスのシリアル。

DeviceDisconnectedException(デバイスの接続解除)

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

DeviceUnresponsiveException を作成します。

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

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

serial String: 対象となるデバイスのシリアル。

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