Class UserRevokedException

  • All Implemented Interfaces:
    java.io.Serializable

    public class UserRevokedException
    extends javax.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:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      UserRevokedException​(java.lang.String message)
      Creates a new UserRevokedException with a message
    • Method Summary

      • Methods inherited from class javax.servlet.ServletException

        getRootCause
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • UserRevokedException

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