org.ikasan.framework.initiator
Class AbortTransactionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.ikasan.framework.initiator.AbortTransactionException
All Implemented Interfaces:
Serializable

public class AbortTransactionException
extends RuntimeException

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.

Author:
Ikasan Development Team
See Also:
Serialized Form

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

AbortTransactionException

public AbortTransactionException()
Constructor


AbortTransactionException

public AbortTransactionException(String message)
Constructor

Parameters:
message -

AbortTransactionException

public AbortTransactionException(String message,
                                 Throwable cause)
Constructor

Parameters:
message -
cause -


Copyright © 2007-2012 Ikasan. All Rights Reserved.