com.ail.core.command
Class DroolsServiceException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.ail.core.BaseException
              extended by com.ail.core.command.DroolsServiceException
All Implemented Interfaces:
java.io.Serializable

public class DroolsServiceException
extends BaseException

This exception is thrown by the Drools Accessor in response to exceptions thrown by drools itself. It acts as a simple wrapper.

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

Constructor Summary
DroolsServiceException(java.lang.Exception e)
           
 
Method Summary
 
Methods inherited from class com.ail.core.BaseException
addError, getDescription, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DroolsServiceException

public DroolsServiceException(java.lang.Exception e)