Class TokenNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.sklsft.commons.rest.security.exception.TokenNotFoundException
- 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
ConstructorsConstructorDescriptionTokenNotFoundException(String message) TokenNotFoundException(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
-
TokenNotFoundException
-
TokenNotFoundException
-