|
© 2002 BEA Systems, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Throwable | +--java.lang.Exception | +--com.bea.p13n.exceptions.ApplicationException | +--com.bea.p13n.rules.internal.RuleException | +--com.bea.p13n.rules.manager.RuleSetNotFoundException
Signals that a rule set could not be located using a supplied rule set URI string.
Constructor Summary | |
RuleSetNotFoundException(java.lang.String ruleSetUri,
java.lang.Object client)
Creates an instance of RuleSetNotFoundException. |
Methods inherited from class com.bea.p13n.exceptions.ApplicationException |
getCause,
printStackTrace,
printStackTrace,
printStackTrace,
toString |
Methods inherited from class java.lang.Throwable |
fillInStackTrace,
getLocalizedMessage,
getMessage |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
Constructor Detail |
public RuleSetNotFoundException(java.lang.String ruleSetUri, java.lang.Object client)
ruleSetUri
- the rule set URI that was used to locate the rule set.client
- a reference to the RuleSetPersistenceManager
that created this exception
|
© 2002 BEA Systems, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |