Package com.ibm.websphere.security.web
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 Summary
ConstructorsConstructorDescriptionPasswordExpiredException(String message) Creates a new PasswordExpiredException with a message - 
Method Summary
Methods inherited from class jakarta.servlet.ServletException
getRootCauseMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
- 
Constructor Details
- 
PasswordExpiredException
Creates a new PasswordExpiredException with a message- Parameters:
 message- Exception message about what caused the error
 
 -