Package io.strimzi.kafka.oauth.validator
Class TokenExpiredException
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.TokenExpiredException
- All Implemented Interfaces:
Serializable
A runtime exception that signals an expired token
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class io.strimzi.kafka.oauth.validator.TokenValidationException
TokenValidationException.Status -
Constructor Summary
ConstructorsConstructorDescriptionTokenExpiredException(String message) Create a new instanceTokenExpiredException(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
-
TokenExpiredException
Create a new instance- Parameters:
message- An error message
-
TokenExpiredException
Create a new instance- Parameters:
message- An error messagecause- A triggering cause of this exception
-