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:
Serializable,FatalException
public class FatalDBusException extends DBusException implements FatalException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FatalDBusException(String message)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
FatalDBusException
public FatalDBusException(String message)
-
-