public class DBusException extends Exception
| Constructor and Description |
|---|
DBusException() |
DBusException(String message)
Create an exception with the specified message
|
DBusException(String _message,
Throwable _cause) |
DBusException(String _message,
Throwable _cause,
boolean _enableSuppression,
boolean _writableStackTrace) |
DBusException(Throwable _cause) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic DBusException(String message)
message - messagepublic DBusException()
public DBusException(String _message, Throwable _cause, boolean _enableSuppression, boolean _writableStackTrace)
public DBusException(Throwable _cause)
Copyright © 2020. All rights reserved.