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 Details

    • UserRevokedException

      public UserRevokedException(String message)
      Creates a new UserRevokedException with a message
      Parameters:
      message - Exception message that explains what caused the error