com.bea.wli.config.transaction
Class TransactionAlreadyMarkedAsRollbackException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.bea.wli.config.transaction.TransactionAlreadyMarkedAsRollbackException
All Implemented Interfaces:
Serializable

public class TransactionAlreadyMarkedAsRollbackException
extends RuntimeException

This exception is thrown when accessing a transactional object in a transaction that has already been marked as rollback only. The exact scenario when this exception is thrown is as follows:

See Also:
Serialized Form

Constructor Summary
TransactionAlreadyMarkedAsRollbackException()
           
TransactionAlreadyMarkedAsRollbackException(String message)
           
TransactionAlreadyMarkedAsRollbackException(String message, Throwable cause)
           
TransactionAlreadyMarkedAsRollbackException(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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TransactionAlreadyMarkedAsRollbackException

public TransactionAlreadyMarkedAsRollbackException()

TransactionAlreadyMarkedAsRollbackException

public TransactionAlreadyMarkedAsRollbackException(String message)

TransactionAlreadyMarkedAsRollbackException

public TransactionAlreadyMarkedAsRollbackException(String message,
                                                   Throwable cause)

TransactionAlreadyMarkedAsRollbackException

public TransactionAlreadyMarkedAsRollbackException(Throwable cause)