|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.ikasan.framework.initiator.AbortTransactionException
public class AbortTransactionException
Runtime exception definition thrown to instruct the transaction manager to 'rollback' (abort) a transaction in the context of a failure. This exception has no other information or value other than to communicate the desired action to the transaction manager.
| Constructor Summary | |
|---|---|
AbortTransactionException()
Constructor |
|
AbortTransactionException(String message)
Constructor |
|
AbortTransactionException(String message,
Throwable cause)
Constructor |
|
| 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 |
|---|
public AbortTransactionException()
public AbortTransactionException(String message)
message -
public AbortTransactionException(String message,
Throwable cause)
message - cause -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||