Rule Execution Server API

com.ibm.rules.engine.util
Class EngineInternalErrorException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.ibm.rules.engine.util.EngineInternalErrorException
All Implemented Interfaces:
Serializable

public class EngineInternalErrorException
extends RuntimeException

An EngineInternalErrorException is raised when an unexpected internal error occurs during Engine execution.

See Also:
Serialized Form

Constructor Summary
EngineInternalErrorException()
           
 
Method Summary
 
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

EngineInternalErrorException

public EngineInternalErrorException()

Rule Execution Server API

© Copyright IBM Corp. 1987, 2013