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 SummaryConstructorsConstructorDescriptionPasswordExpiredException(String message) Creates a new PasswordExpiredException with a message
- 
Method SummaryMethods inherited from class jakarta.servlet.ServletExceptiongetRootCauseMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
PasswordExpiredExceptionCreates a new PasswordExpiredException with a message- Parameters:
- message- Exception message about what caused the error
 
 
-