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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
NotConnected
public NotConnected(String message)