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 Details

    • CredentialsExpiredException

      public CredentialsExpiredException(String message, Throwable t)
    • CredentialsExpiredException

      public CredentialsExpiredException(String message)