Class UnknownPropertyException

All Implemented Interfaces:
Serializable

public final class UnknownPropertyException extends AbstractException
The requested property does not exist in the selected interface.
See Also:
  • Constructor Details

    • UnknownPropertyException

      public UnknownPropertyException()
      Creates a new instance.
    • UnknownPropertyException

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

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

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