org.drools.jsr94.rules.repository
Class RuleExecutionSetRepositoryException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by javax.rules.RuleException
              extended by javax.rules.RuleExecutionException
                  extended by org.drools.jsr94.rules.repository.RuleExecutionSetRepositoryException
All Implemented Interfaces:
Serializable

public class RuleExecutionSetRepositoryException
extends javax.rules.RuleExecutionException

TODO

Version:
$Revision$ $Date$
See Also:
Serialized Form

Field Summary
 
Fields inherited from class javax.rules.RuleException
embeddedException
 
Constructor Summary
RuleExecutionSetRepositoryException(String message)
          TODO
RuleExecutionSetRepositoryException(String message, Exception exception)
          TODO
 
Method Summary
 
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

RuleExecutionSetRepositoryException

public RuleExecutionSetRepositoryException(String message)
TODO

Parameters:
message -

RuleExecutionSetRepositoryException

public RuleExecutionSetRepositoryException(String message,
                                           Exception exception)
TODO

Parameters:
message -
exception -


Copyright © 2001-2013 JBoss Inc.. All Rights Reserved.