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:
java.io.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(java.lang.String message)
-
Method Summary
-
Methods inherited from class org.freedesktop.dbus.exceptions.DBusExecutionException
getType, setType
-
-