Class PasswordExpiredException

All Implemented Interfaces:
Serializable

public class PasswordExpiredException extends InvalidLoginException
This exception is thrown when the user's password has expired.
See Also:
  • Constructor Details

    • PasswordExpiredException

      public PasswordExpiredException(UserProfile user)
  • Method Details