public class DBusExecutionException extends RuntimeException
| Constructor and Description |
|---|
DBusExecutionException(String message)
Create an exception with the specified message
|
| Modifier and Type | Method and Description |
|---|---|
String |
getType()
Get the DBus type of this exception.
|
void |
setType(String _type) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic DBusExecutionException(String message)
message - messageCopyright © 2020. All rights reserved.