Rule Execution Server API

com.ibm.rules.engine.util
Class EngineInvalidStateException

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

public class EngineInvalidStateException
extends EngineException

An EngineInvalidStateException is raised when an invalid state is found during an engine method call.

See Also:
Serialized Form

Constructor Summary
EngineInvalidStateException(String message)
           
 
Method Summary
 
Methods inherited from class com.ibm.rules.engine.util.EngineException
printLocationStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EngineInvalidStateException

public EngineInvalidStateException(String message)

Rule Execution Server API

© Copyright IBM Corp. 1987, 2013