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 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. |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
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 Tivoli Identity Manager 4.6
© Copyright International Business Machines Corporation 2005. All rights
reserved. US Government Users Restricted Rights
Use, duplication or disclosure restricted by GSA ADP Schedule
Contract with IBM Corp.