Class InvalidAuthenticationTokenException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- fr.ird.observe.services.service.security.SecurityExceptionSupport
-
- fr.ird.observe.services.service.security.InvalidAuthenticationTokenException
-
- All Implemented Interfaces:
Serializable
public class InvalidAuthenticationTokenException extends SecurityExceptionSupport
Created on 30/08/15.- Author:
- Tony Chemit - dev@tchemit.fr
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected StringauthenticationToken
-
Constructor Summary
Constructors Constructor Description InvalidAuthenticationTokenException(Locale locale, String authenticationToken)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAuthenticationToken()-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-