com.bea.p13n.rules.manager
Class RuleSetNotFoundException
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
- All Implemented Interfaces:
- Serializable
- public class RuleSetNotFoundException
- extends com.bea.p13n.rules.internal.RuleException
Signals that a rule set could not be located using a
supplied rule set URI string.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
RuleSetNotFoundException
public RuleSetNotFoundException(String ruleSetUri,
Object client)
- Creates an instance of RuleSetNotFoundException.
- Parameters:
ruleSetUri
- the rule set URI that was used to locate the rule set.client
- a reference to the RuleSetPersistenceManager
that created this exception
Copyright © 2003 BEA Systems, Inc. All Rights Reserved