Class MatchRuleInvalidException

All Implemented Interfaces:
Serializable

public final class MatchRuleInvalidException extends AbstractException
The specified match rule is invalid.
See Also:
  • Constructor Details

    • MatchRuleInvalidException

      public MatchRuleInvalidException()
      Creates a new instance.
    • MatchRuleInvalidException

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

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

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