Class TemporaryPasswordExpiredException

All Implemented Interfaces:
Serializable

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

    • TemporaryPasswordExpiredException

      public TemporaryPasswordExpiredException(UserProfile user)
  • Method Details