© 2003 BEA Systems, Inc.

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

Constructor Summary
RuleSetNotFoundException(String ruleSetUri, Object client)
          Creates an instance of RuleSetNotFoundException.
 
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

© 2003 BEA Systems, Inc.

Copyright © 2003 BEA Systems, Inc. All Rights Reserved