com.ibm.itim.apps.identity
Class InvalidPasswordException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.ibm.itim.exception.ITIMException
                    |
                    +--com.ibm.itim.apps.ApplicationException
                          |
                          +--com.ibm.itim.apps.identity.InvalidPasswordException
All Implemented Interfaces:
java.io.Serializable

public class InvalidPasswordException
extends ApplicationException

This class identifies the attempt to set a password with an invalid value.

See Also:
Serialized Form

Constructor Summary
InvalidPasswordException(java.lang.String errCode)
          Constructs with an error code.
InvalidPasswordException(java.lang.String errCode, java.lang.Object[] tokens)
          Constructs with an error code and message tokens
InvalidPasswordException(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

InvalidPasswordException

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

InvalidPasswordException

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

InvalidPasswordException

public InvalidPasswordException(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.