Package io.strimzi.kafka.oauth.validator
Class TokenSignatureException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.strimzi.kafka.oauth.validator.ValidationException
io.strimzi.kafka.oauth.validator.TokenValidationException
io.strimzi.kafka.oauth.validator.TokenSignatureException
- All Implemented Interfaces:
Serializable
A runtime exception that signals an invalid token signature
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class io.strimzi.kafka.oauth.validator.TokenValidationException
TokenValidationException.Status -
Constructor Summary
ConstructorsConstructorDescriptionTokenSignatureException(String message) Create a new instanceTokenSignatureException(String message, Throwable cause) Create a new instance -
Method Summary
Methods inherited from class io.strimzi.kafka.oauth.validator.TokenValidationException
statusMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
TokenSignatureException
Create a new instance- Parameters:
message- An error message
-
TokenSignatureException
Create a new instance- Parameters:
message- An error messagecause- A triggering cause of this exception
-