Class TokenExpiredException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.pac4j.core.exception.TechnicalException
-
- de.xima.fc.security.pac4j.exception.TokenExpiredException
-
- All Implemented Interfaces:
Serializable
public class TokenExpiredException extends org.pac4j.core.exception.TechnicalException
Technical exception indicating that a token has expired!- Since:
- 8.0.0
- Author:
- XIMA Media GmbH
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TokenExpiredException(String message)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
TokenExpiredException
public TokenExpiredException(String message)
-
-