Class PasswordResetAttemptsExceededException

java.lang.Object
java.lang.Throwable
java.lang.Exception
oracle.iam.exception.OIMServiceException
oracle.iam.platform.utils.SuperException
oracle.iam.selfservice.exception.AuthSelfServiceException
oracle.iam.selfservice.exception.PasswordResetAttemptsExceededException
All Implemented Interfaces:
Serializable, oracle.iam.platform.utils.io.XmlPrintable

public class PasswordResetAttemptsExceededException extends AuthSelfServiceException
Thrown if the specified user has exceeded the maximum number of allowed attempts for resetting the password.
See Also:
  • Constructor Details

    • PasswordResetAttemptsExceededException

      public PasswordResetAttemptsExceededException(String message, Throwable cause)
      Constructs a PasswordResetAttemptsExceededException with the specified detail message and cause.
      Parameters:
      message - the detail message
      cause - the cause
    • PasswordResetAttemptsExceededException

      public PasswordResetAttemptsExceededException(String message)
      Constructs a PasswordResetAttemptsExceededException with the specified detail message.
      Parameters:
      message - the detail message