Class DBusException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.freedesktop.dbus.exceptions.DBusException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ClassOutsideOfPackageException, DBusConnectionException, FatalDBusException, InvalidBusNameException, InvalidInterfaceSignature, InvalidObjectPathException, InvalidSignalException, MarshallingException, MessageFormatException, MissingInterfaceImplementationException, UnknownTypeCodeException
-
Constructor Summary
ConstructorsConstructorDescriptionDBusException(String _message) Create an exception with the specified messageDBusException(String _message, Throwable _cause) DBusException(String _message, Throwable _cause, boolean _enableSuppression, boolean _writableStackTrace) DBusException(Throwable _cause) -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
DBusException
Create an exception with the specified message- Parameters:
_message- message
-
DBusException
public DBusException() -
DBusException
-
DBusException
-
DBusException
-