org.drools
Class RetractionException

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

public class RetractionException
extends FactException

Indicates an error while retracting a root fact object from a WorkingMemory.

See Also:
WorkingMemory.retractObject(org.drools.FactHandle), Serialized Form

Constructor Summary
RetractionException()
           
RetractionException(java.lang.String message)
           
RetractionException(java.lang.String message, java.lang.Throwable cause)
           
RetractionException(java.lang.Throwable cause)
           
 
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

RetractionException

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

RetractionException

public RetractionException(java.lang.String message)
See Also:
Exception.Exception(String message)

RetractionException

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

RetractionException

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