Package org.freedesktop.dbus.exceptions
Class NotConnected
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.freedesktop.dbus.exceptions.DBusExecutionException
-
- org.freedesktop.dbus.exceptions.NotConnected
-
- All Implemented Interfaces:
Serializable,FatalException
public class NotConnected extends DBusExecutionException implements FatalException
Thrown if a DBus action is called when not connected to the Bus.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NotConnected(String message)
-
Method Summary
-
Methods inherited from class org.freedesktop.dbus.exceptions.DBusExecutionException
getType, setType
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
NotConnected
public NotConnected(String message)
-
-