Class UnknownInterfaceException

All Implemented Interfaces:
Serializable

public final class UnknownInterfaceException extends AbstractException
The requested interface does not exist on the selected object.
See Also:
  • Constructor Details

    • UnknownInterfaceException

      public UnknownInterfaceException()
      Creates a new instance.
    • UnknownInterfaceException

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

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

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