Defines a Remote-Systems-specific exception.
public final class ConnectedDevicesException extends Exception
The failure code associated with the exception
public final ConnectedDevicesResult result
Initializes a new instance of the ConnectedDevicesException class with a message.
public ConnectedDevicesException(String message)
message - the message for this exception
Initializes a new instance of the ConnectedDevicesException class with a message and error codes.
public ConnectedDevicesException(int independentError, int platformError, String message)
independentError - the Remote Systems error code for this exception
platformError - the Android system error code for this exception
message - the message for this exception
Initializes a new instance of the ConnectedDevicesException class with a message, error codes, and a Throwable cause.
public ConnectedDevicesException(int independentError, int platformError, String message, Throwable throwable)
independentError - the Remote Systems error code for this exception
platformError - the Android system error code for this exception
message - the message for this exception
throwable - the cause of this exception