javax.rules
Class RuleExecutionSetNotFoundException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjavax.rules.RuleException
              extended byjavax.rules.RuleExecutionException
                  extended byjavax.rules.RuleExecutionSetNotFoundException
All Implemented Interfaces:
java.io.Serializable

public class RuleExecutionSetNotFoundException
extends RuleExecutionException

This exception is thrown if a client requests a RuleExecutionSet from the RuleRuntime and the URI or RuleExecutionSet cannot be found.

See Also:
RuleRuntime, Serialized Form

Field Summary
 
Fields inherited from class javax.rules.RuleException
embeddedException
 
Constructor Summary
RuleExecutionSetNotFoundException(java.lang.String message)
          Creates a RuleExecutionSetNotFoundException with a given message.
RuleExecutionSetNotFoundException(java.lang.String message, java.lang.Exception exception)
          Creates a RuleExecutionSetNotFoundException with a given message and nested 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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RuleExecutionSetNotFoundException

public RuleExecutionSetNotFoundException(java.lang.String message)
Creates a RuleExecutionSetNotFoundException with a given message.

Parameters:
message - the exception message.

RuleExecutionSetNotFoundException

public RuleExecutionSetNotFoundException(java.lang.String message,
                                         java.lang.Exception exception)
Creates a RuleExecutionSetNotFoundException with a given message and nested exception.

Parameters:
message - The exception message.
exception - The nested exception.


Copyright © 2004 Java Community Process. All Rights Reserved.