Class RuleException

java.lang.Object
java.lang.Throwable
java.lang.Exception
io.confluent.kafka.schemaregistry.rules.RuleException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
RuleClientException, RuleConditionException

public class RuleException extends Exception
A schema rule exception.
See Also:
  • Constructor Details

    • RuleException

      public RuleException()
    • RuleException

      public RuleException(Throwable cause)
    • RuleException

      public RuleException(String message)
    • RuleException

      public RuleException(String message, Throwable cause)