org.smartcomps.twister.engine.exception
Class EngineException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.smartcomps.twister.engine.exception.EngineException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
ConflictingReceiveException, CorrelationViolationException, CreationException, FinderException, InstanceCreationException, InstantiationException, LinkAlreadyBoundException, XPathEvaluationException

public class EngineException
extends java.lang.Exception

Base exception for the Process Engine

See Also:
Serialized Form

Constructor Summary
EngineException(java.lang.String s)
           
EngineException(java.lang.String s, java.lang.Throwable throwable)
           
EngineException(java.lang.Throwable throwable)
           
 
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

EngineException

public EngineException(java.lang.String s)

EngineException

public EngineException(java.lang.String s,
                       java.lang.Throwable throwable)

EngineException

public EngineException(java.lang.Throwable throwable)


Copyright © 2003 SmartComps. All Rights Reserved.