|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Throwable | +--java.lang.Exception | +--com.ibm.itim.exception.ITIMException | +--com.ibm.passwordrules.IncompatibleRulesException
IncompatibleRulesException is thrown when given two rules cannot be joined because they are not compatible.
Constructor Summary | |
---|---|
IncompatibleRulesException(Rule rule1,
Rule rule2)
Exception that indicates that rule1 and rule2 are incompatible. |
|
IncompatibleRulesException(Rule rule1,
Rule rule2,
java.lang.String reason)
Exception that indicates that rule1 and rule2 are incompatible. |
Method Summary | |
---|---|
java.lang.String |
getReason()
Gets the reason for incompatibility |
Rule |
getRule1()
Gets the first incompatible rule |
Rule |
getRule2()
Gets the Gets the second incompatible rule |
Methods inherited from class com.ibm.itim.exception.ITIMException |
---|
getLocalizedMessage, getMessage, getMessage, getMessageId, getThrowable, getTokens, normalize, toXML |
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 |
Constructor Detail |
public IncompatibleRulesException(Rule rule1, Rule rule2, java.lang.String reason)
rule1
- The first rule.rule2
- The second rule.reason
- The reason the two rules are incompatible.public IncompatibleRulesException(Rule rule1, Rule rule2)
rule1
- The first rule.rule2
- The second rule.Method Detail |
public Rule getRule1()
public Rule getRule2()
public java.lang.String getReason()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |