Class CredentialsExpiredException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.pac4j.core.exception.TechnicalException
org.pac4j.core.exception.CredentialsException
de.xima.fc.security.pac4j.exception.CredentialsExpiredException
- All Implemented Interfaces:
Serializable
public class CredentialsExpiredException
extends org.pac4j.core.exception.CredentialsException
Exceptions for expired credentials on a user profile.
- Since:
- 8.0.0
- Author:
- XIMA Media GmbH
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCredentialsExpiredException
(String message) CredentialsExpiredException
(String message, Throwable t) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CredentialsExpiredException
-
CredentialsExpiredException
-