Skip navigation links


com.bea.p13n.rules.manager
Class RuleSetNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.bea.p13n.exceptions.ApplicationException
              extended by com.bea.p13n.rules.internal.RuleException
                  extended by 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

Constructor Summary
RuleSetNotFoundException(String ruleSetUri, Object client)
          Creates an instance of RuleSetNotFoundException.

 

Method Summary

 

Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

 

Constructor Detail

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

Skip navigation links


Copyright © 2010, Oracle. All rights reserved.