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 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 |
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 messagetokens
- 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.
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.