Class PasswordExpiredException

  • All Implemented Interfaces:
    java.io.Serializable

    public class PasswordExpiredException
    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 password is expired.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      PasswordExpiredException​(java.lang.String message)
      Creates a new PasswordExpiredException 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

      • PasswordExpiredException

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