Package io.strimzi.kafka.oauth.validator
Class ValidationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.strimzi.kafka.oauth.validator.ValidationException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
TokenValidationException
A runtime exception used to signal an error while performing token validation
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionValidationException(String message) Create new instanceValidationException(String message, Throwable cause) Create a new instance -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ValidationException
Create new instance- Parameters:
message- An error message
-
ValidationException
Create a new instance- Parameters:
message- An error messagecause- A triggering cause of this exception
-