org.jboss.txbridge.ba.exception
Class TransactionProcessingException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.jboss.txbridge.ba.exception.TransactionProcessingException
All Implemented Interfaces:
java.io.Serializable

public class TransactionProcessingException
extends java.lang.Exception

This exception is thrown if there was an error with processing a single invocation within a Business Activity. If this exception is thrown then the invocation is not remembered as one that participates in a transaction.

Version:
0.1
Author:
Maciej P. Machulak (mmachulak@redhat.com)
See Also:
Serialized Form

Constructor Summary
TransactionProcessingException()
           
TransactionProcessingException(java.lang.String message)
           
TransactionProcessingException(java.lang.Throwable cause)
           
 
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

TransactionProcessingException

public TransactionProcessingException()

TransactionProcessingException

public TransactionProcessingException(java.lang.String message)

TransactionProcessingException

public TransactionProcessingException(java.lang.Throwable cause)