com.ibm.itim.apps.provisioning

Class PasswordRuleException

  • All Implemented Interfaces:
    java.io.Serializable


    public class PasswordRuleException
    extends ApplicationException
    This class identifies a problem with a set of password rules, or the combination of password rules from different password policies.
    See Also:
    Serialized Form
    • Constructor Detail

      • PasswordRuleException

        public PasswordRuleException(java.lang.String errCode)
        Constructs with an error code.
        Parameters:
        errCode - Error code representing the message.
      • PasswordRuleException

        public PasswordRuleException(java.lang.String errCode,
                                     java.lang.Object[] tokens)
        Constructs with an error code and message tokens
        Parameters:
        errCode - Error code representing the message
        tokens - Object[] containing string values for replaceable tokens in the message bundle string.
      • PasswordRuleException

        public PasswordRuleException(java.lang.String errCode,
                                     java.lang.Throwable cause)
        Constructs with an error code and the cause exception.
        Parameters:
        errCode - Error code identifying the problem.
        cause - Throwable representing the exception causing this exception.