Class NoServerException

All Implemented Interfaces:
Serializable

public final class NoServerException extends AbstractException
Unable to connect to the specified server.
See Also:
  • Constructor Details

    • NoServerException

      public NoServerException()
      Creates a new instance.
    • NoServerException

      public NoServerException(DBusString message)
      Creates a new instance with a message.
      Parameters:
      message - the message
    • NoServerException

      public NoServerException(Throwable cause)
      Creates a new instance with a cause.
      Parameters:
      cause - the cause
    • NoServerException

      public NoServerException(DBusString message, Throwable cause)
      Creates a new instance with a message and cause.
      Parameters:
      message - the message
      cause - the cause