Class PasswordPolicyException

All Implemented Interfaces:
com.sun.identity.shared.locale.L10NMessage, Serializable

@SupportedAll public class PasswordPolicyException extends IdRepoException
The exception class whose instance is thrown if there is any error related with password issue.
See Also:
  • Constructor Details

    • PasswordPolicyException

      public PasswordPolicyException(String msg)
      Create a new password policy exception with a custom error message
      Parameters:
      msg - the error message
    • PasswordPolicyException

      public PasswordPolicyException(ResultCode resultCode, String errorCode, Object... args)
      Create a new Password policy exception
      Parameters:
      resultCode - the LDAP error code
      errorCode - the error code
      args - the arguments required for this error code.
    • PasswordPolicyException

      public PasswordPolicyException(IdRepoException e)
      Create a password policy exception from an id repo exception.
      Parameters:
      e - the id repo exception
    • PasswordPolicyException

      public PasswordPolicyException(IdRepoException e, Object[] args)
      Create a password policy exception from an id repo exception.
      Parameters:
      e - the id repo exception
      args - the arguments required for this error code.
    • PasswordPolicyException

      public PasswordPolicyException(String errorCode, Object[] args)
      Create a new Password policy exception
      Parameters:
      errorCode - the error code
      args - the arguments required for this error code.