com.ibm.itim.apps.provisioning
Class PasswordRuleException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.ibm.itim.exception.ITIMException
                    |
                    +--com.ibm.itim.apps.ApplicationException
                          |
                          +--com.ibm.itim.apps.provisioning.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 Summary
PasswordRuleException(java.lang.String errCode)
          Constructs with an error code.
PasswordRuleException(java.lang.String errCode, java.lang.Object[] tokens)
          Constructs with an error code and message tokens
PasswordRuleException(java.lang.String errCode, java.lang.Throwable cause)
          Constructs with an error code and the cause exception.
 
Methods inherited from class com.ibm.itim.apps.ApplicationException
getErrorCode, getExtraMessage
 
Methods inherited from class com.ibm.itim.exception.ITIMException
getMessage, getMessage, getMessageId, getThrowable, getTokens, normalize, printStackTrace, printStackTrace, printStackTrace, toXML
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PasswordRuleException

public PasswordRuleException(java.lang.String errCode)
Constructs with an error code.

PasswordRuleException

public PasswordRuleException(java.lang.String errCode,
                             java.lang.Object[] tokens)
Constructs with an error code and message tokens

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.