Class InvalidTokenException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.sklsft.commons.rest.security.exception.InvalidTokenException
- All Implemented Interfaces:
Serializable
Thrown if your token does not enable to retrieve valid credentials
- Author:
- Nicolas Thibault, Abdessalam El Jai, Alexandre Rupp
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInvalidTokenException(String message) InvalidTokenException(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvalidTokenException
-
InvalidTokenException
-