Class MatchRuleNotFoundException

All Implemented Interfaces:
Serializable

public final class MatchRuleNotFoundException extends AbstractException
The specified match rule does not exist.
See Also:
  • Constructor Details

    • MatchRuleNotFoundException

      public MatchRuleNotFoundException()
      Creates a new instance.
    • MatchRuleNotFoundException

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

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

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