Class 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:
  • Constructor Details

    • NotConnected

      public NotConnected(String message)