Class UnknownMethodException

All Implemented Interfaces:
Serializable

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

    • UnknownMethodException

      public UnknownMethodException()
      Creates a new instance.
    • UnknownMethodException

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

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

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