Package org.silverpeas.core.security.token.exception
Provides exceptions the Token API can throw when an error is encountered.
-
Exception Summary Exception Description TokenException The exception for all normal errors occuring with the Token API and for which the client requires to perform a dedicated action.TokenGenerationException An exception thrown when an error is encountered during the generation of a token.TokenRuntimeException The exception for all abnormal errors occuring with the Token API and for which the client doesn't need to perform a dedicated action.TokenValidationException An exception that is thrown when a token validation fails.