Class PolicyEngineException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.confluent.security.policyapi.exception.PolicyEngineException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
PolicyViolationException,SyntaxException
Any exception raised during policy rule compilation or evaluation.
+---------------------+ |PolicyEngineException| +---------------------+ | +--------------------+ |RuleBuilderException| +--------------------+ | -----------------+------------------- / | \ +---------------+ +--------------+ +---------------+ |SyntaxException| |LexerException| |LinkerException| +---------------+ +--------------+ +---------------+
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionPolicyEngineException(String message) PolicyEngineException(String message, Throwable cause) PolicyEngineException(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
PolicyEngineException
-
PolicyEngineException
-
PolicyEngineException
-