Package com.ibm.websphere.security.web
Class UserRevokedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
jakarta.servlet.ServletException
com.ibm.websphere.security.web.UserRevokedException
- All Implemented Interfaces:
- Serializable
public class UserRevokedException
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 id is revoked.
- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionUserRevokedException(String message) Creates a new UserRevokedException 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- 
UserRevokedExceptionCreates a new UserRevokedException with a message- Parameters:
- message- Exception message that explains what caused the error
 
 
-