org.smartcomps.twister.engine.exception
Class ExecutionException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--org.smartcomps.twister.engine.exception.EngineRuntimeException
                          |
                          +--org.smartcomps.twister.engine.exception.ExecutionException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
SelectionFailureException, UninitializedVariableException

public class ExecutionException
extends EngineRuntimeException

thrown when an execution context fails executing or completing itself. When this esception is thrown the global transaction shouldn't be rolled back so that previous execution context execution is not rolled back too.

See Also:
Serialized Form

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

ExecutionException

public ExecutionException(java.lang.String s)

ExecutionException

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

ExecutionException

public ExecutionException(java.lang.Throwable throwable)


Copyright © 2003 SmartComps. All Rights Reserved.