Class UserCredentialsExpiredException

  • All Implemented Interfaces:
    Serializable

    public class UserCredentialsExpiredException
    extends org.springframework.security.core.AuthenticationException
    This exception is thrown in case of a not activated user trying to authenticate.
    See Also:
    Serialized Form
    • Constructor Detail

      • UserCredentialsExpiredException

        public UserCredentialsExpiredException​(String message)
      • UserCredentialsExpiredException

        public UserCredentialsExpiredException​(String message,
                                               Throwable t)