Class PasswordExpiredException

All Implemented Interfaces:
Serializable

public class PasswordExpiredException extends InvalidPasswordException
PasswordExpiredException signals that a user password has expired.

This exception is thrown by Connector when they determine that a password has expired. For example, a Connector, after successfully authenticating a user, may determine that the user's password has expired. In this case the Connector throws this exception to notify the application. The application can then take the appropriate steps to notify the user.

See Also: