Class PasswordExpiredException

java.lang.Object
java.lang.Throwable
java.lang.Exception
jakarta.servlet.ServletException
com.ibm.websphere.security.web.PasswordExpiredException
All Implemented Interfaces:
Serializable

public class PasswordExpiredException extends jakarta.servlet.ServletException
This exception is thrown when a programmatic login is performed against a user registry which is configured to report when a user's password is expired.
See Also:
  • Constructor Details

    • PasswordExpiredException

      public PasswordExpiredException(String message)
      Creates a new PasswordExpiredException with a message
      Parameters:
      message - Exception message about what caused the error