Package org.freedesktop.dbus.exceptions
Class DBusException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.freedesktop.dbus.exceptions.DBusException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
FatalDBusException
,MarshallingException
,MessageFormatException
,UnknownTypeCodeException
An exception within DBus.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDBusException
(String message) Create an exception with the specified message -
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
-