org.freedesktop.dbus.exceptions
Class NotConnected

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.freedesktop.dbus.exceptions.DBusExecutionException
                  extended by 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
NotConnected(String message)
           
 
Method Summary
 
Methods inherited from class org.freedesktop.dbus.exceptions.DBusExecutionException
getType, setType
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NotConnected

public NotConnected(String message)