Class 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:
    Serialized Form
    • Constructor Detail

      • CredentialsExpiredException

        public CredentialsExpiredException​(String message,
                                           Throwable t)
      • CredentialsExpiredException

        public CredentialsExpiredException​(String message)