Package com.ibm.websphere.security.web
Class UserRevokedException
- java.lang.Object
- 
- java.lang.Throwable
- 
- java.lang.Exception
- 
- javax.servlet.ServletException
- 
- com.ibm.websphere.security.web.UserRevokedException
 
 
 
 
- 
- All Implemented Interfaces:
- java.io.Serializable
 
 public class UserRevokedException extends javax.servlet.ServletExceptionThis 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:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description UserRevokedException(java.lang.String message)Creates a new UserRevokedException with a message
 
-