Class BadAddressException

All Implemented Interfaces:
Serializable

public final class BadAddressException extends AbstractException
The specified D-Bus bus address string is malformed.
See Also:
  • Constructor Details

    • BadAddressException

      public BadAddressException()
      Creates a new instance.
    • BadAddressException

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

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

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