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 Summary
ConstructorDescriptionUserRevokedException
(String message) Creates a new UserRevokedException with a message -
Method Summary
Methods inherited from class jakarta.servlet.ServletException
getRootCause
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UserRevokedException
Creates a new UserRevokedException with a message- Parameters:
message
- Exception message that explains what caused the error
-