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
public class DBusException
- extends Exception
An exception within DBus.
- See Also:
- Serialized Form
Constructor Summary |
DBusException(String message)
Create an exception with the specified message |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
DBusException
public DBusException(String message)
- Create an exception with the specified message