|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Throwable | +--java.lang.Exception | +--java.lang.RuntimeException | +--org.smartcomps.twister.engine.exception.EngineRuntimeException | +--org.smartcomps.twister.engine.exception.ExecutionException
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.
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 |
public ExecutionException(java.lang.String s)
public ExecutionException(java.lang.String s, java.lang.Throwable throwable)
public ExecutionException(java.lang.Throwable throwable)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |