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
An exception within DBus.
- See Also:
-
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 java.lang.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
-