Skip navigation links

Oracle Business Rules Java API Reference
10g (10.1.3.1.0)

B28966-01


oracle.rules.jsr94.admin
Class RulesetNotFoundException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjavax.rules.RuleException
              extended byjavax.rules.admin.RuleAdministrationException
                  extended byoracle.rules.jsr94.admin.RulesetNotFoundException

All Implemented Interfaces:
java.io.Serializable

public class RulesetNotFoundException
extends javax.rules.admin.RuleAdministrationException

This exception is thrown when a rule set identified by a RuleSource can not be found.

See Also:
Serialized Form

Constructor Summary
RulesetNotFoundException(java.lang.String message)
          Create a RulesetNotFoundException with the specified message.
RulesetNotFoundException(java.lang.String message, java.lang.Exception exception)
          Create a RulesetNotFoundException with the specified message and the root cause exception.

 

Methods inherited from class javax.rules.RuleException
getCause, printStackTrace, printStackTrace, printStackTrace, toString

 

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

 

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

 

Constructor Detail

RulesetNotFoundException

public RulesetNotFoundException(java.lang.String message)
Create a RulesetNotFoundException with the specified message.

RulesetNotFoundException

public RulesetNotFoundException(java.lang.String message,
                                java.lang.Exception exception)
Create a RulesetNotFoundException with the specified message and the root cause exception.

Skip navigation links

Oracle Business Rules Java API Reference
10g (10.1.3.1.0)

B28966-01


Copyright © 2006, Oracle. All rights reserved.