RuleSetNotFoundException Class

com.bea.p13n.rules.manager
RuleSetNotFoundException Class

public class RuleSetNotFoundException

    extends RuleException

Signals that a rule set could not be located using a supplied rule set URI string.


Hierarchy
Object
  Throwable
    Exception
      ApplicationException
        RuleException
          RuleSetNotFoundException
All Implemented Interfaces

Serializable

Constructor Summary

RuleSetNotFoundException(String ruleSetUri, Object client)

Creates an instance of RuleSetNotFoundException.
 

Method Summary

 
Methods from  java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
   

Constructor Detail

RuleSetNotFoundException

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