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:
DBusConnectionException,FatalDBusException,MarshallingException,MessageFormatException,UnknownTypeCodeException
An exception within DBus.
- See Also:
-
Field Summary
Fields -
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
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
-
Constructor Details
-
DBusException
Create an exception with the specified message- Parameters:
_message- message
-
DBusException
public DBusException() -
DBusException
-
DBusException
-
DBusException
-