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
public class DBusException extends Exception
An exception within DBus.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DBusException()
DBusException(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 Detail
-
DBusException
public DBusException(String message)
Create an exception with the specified message- Parameters:
message
- message
-
DBusException
public DBusException()
-
DBusException
public DBusException(String _message, Throwable _cause, boolean _enableSuppression, boolean _writableStackTrace)
-
DBusException
public DBusException(Throwable _cause)
-
-