Package org.freedesktop.dbus.exceptions
Class FatalDBusException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.freedesktop.dbus.exceptions.DBusException
-
- org.freedesktop.dbus.exceptions.FatalDBusException
-
- All Implemented Interfaces:
java.io.Serializable,FatalException
public class FatalDBusException extends DBusException implements FatalException
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static longserialVersionUID
-
Constructor Summary
Constructors Constructor Description FatalDBusException(java.lang.String _message)FatalDBusException(java.lang.String _message, java.lang.Throwable _cause)FatalDBusException(java.lang.Throwable _cause)
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-