Class PasswordPolicyFailedException

All Implemented Interfaces:
Serializable, oracle.iam.platform.utils.io.XmlPrintable, OIMGenericExceptionIntf

public class PasswordPolicyFailedException extends UserManagerException
Thrown if the password provided as input in a user manager operation does not satisfy the applicable password policy.
See Also:
  • Constructor Details

    • PasswordPolicyFailedException

      public PasswordPolicyFailedException(String message, String errorCode)
      Constructs a PasswordPolicyFailedException with the specified detail message and error code.
      Parameters:
      message - the detail message
      errorCode -
    • PasswordPolicyFailedException

      public PasswordPolicyFailedException(String message, Throwable cause, String errorCode)
      Constructs a PasswordPolicyFailedException with the specified detail message, cause and error code.
      Parameters:
      message - the detail message
      cause - the cause
      errorCode - the error Code
    • PasswordPolicyFailedException

      public PasswordPolicyFailedException(Throwable cause, String errorCode)
      Constructs a PasswordPolicyFailedException with the specified cause and error code.
      Parameters:
      cause - the cause
      errorCode - the error Code