public class NativeDaemonConnectorException extends Exception
NativeDaemonConnector
operation.Constructor and Description |
---|
NativeDaemonConnectorException(String detailMessage) |
NativeDaemonConnectorException(String cmd,
NativeDaemonEvent event) |
NativeDaemonConnectorException(String detailMessage,
Throwable throwable) |
Modifier and Type | Method and Description |
---|---|
String |
getCmd() |
int |
getCode() |
IllegalArgumentException |
rethrowAsParcelableException()
Rethrow as a
RuntimeException subclass that is handled by
Parcel.writeException(Exception) . |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public NativeDaemonConnectorException(String detailMessage)
public NativeDaemonConnectorException(String detailMessage, Throwable throwable)
public NativeDaemonConnectorException(String cmd, NativeDaemonEvent event)
public int getCode()
public String getCmd()
public IllegalArgumentException rethrowAsParcelableException()
RuntimeException
subclass that is handled by
Parcel.writeException(Exception)
.