org.drools.reteoo
Class ReteException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.drools.DroolsException
              extended by org.drools.reteoo.ReteException
All Implemented Interfaces:
java.io.Serializable

public class ReteException
extends DroolsException

Base exception for Rete-OO errors.

See Also:
Serialized Form

Constructor Summary
ReteException()
           
ReteException(java.lang.String message)
           
ReteException(java.lang.String message, java.lang.Throwable rootCause)
           
ReteException(java.lang.Throwable rootCause)
           
 
Method Summary
 
Methods inherited from class org.drools.DroolsException
getRootCause
 
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

ReteException

public ReteException()
See Also:
Exception.Exception()

ReteException

public ReteException(java.lang.String message)
See Also:
Exception.Exception(String message, Throwable cause)

ReteException

public ReteException(java.lang.String message,
                     java.lang.Throwable rootCause)
See Also:
Exception.Exception(String message, Throwable cause)

ReteException

public ReteException(java.lang.Throwable rootCause)
See Also:
Exception.Exception(Throwable cause)