com.ibm.itim.apps.identity
Class InvalidPasswordException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.ibm.itim.exception.ITIMException
              extended by com.ibm.itim.apps.ApplicationException
                  extended by 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 and InvalidPasswordException with an error code.
InvalidPasswordException(java.lang.String errCode, java.lang.Object[] tokens)
          Constructs an InvalidPasswordException with an error code and message tokens
InvalidPasswordException(java.lang.String errCode, java.lang.Throwable cause)
          Constructs an InvalidPasswordException with an error code and the cause exception.
 
Method Summary
 
Methods inherited from class com.ibm.itim.apps.ApplicationException
getErrorCode, getExtraMessage
 
Methods inherited from class com.ibm.itim.exception.ITIMException
getLocalizedMessage, getMessage, getMessage, getMessageId, getThrowable, getTokens, normalize, printStackTrace, printStackTrace, printStackTrace, toXML
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getStackTrace, initCause, setStackTrace, 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 and InvalidPasswordException with an error code.

Parameters:
errCode - Code for the error.

InvalidPasswordException

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

Parameters:
errCode - Code for the error.
tokens - Object[] containing string values for replaceable tokens in the message bundle string.

InvalidPasswordException

public InvalidPasswordException(java.lang.String errCode,
                                java.lang.Throwable cause)
Constructs an InvalidPasswordException with an error code and the cause exception.

Parameters:
errCode - Error code identifying the problem.
cause - Throwable representing the exception causing this exception.


IBM Security Identity Manager 6.0.0
© Copyright International Business Machines Corporation 2007, 2012. All rights reserved. US Government Users Restricited Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.