Class TokenValidationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.fluxzero.idp.client.TokenValidationException
- All Implemented Interfaces:
Serializable
Runtime exception raised when OIDC token exchange, discovery, or validation fails.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionTokenValidationException(String message) TokenValidationException(String message, Throwable cause) -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
TokenValidationException
-
TokenValidationException
-