Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Service Bus
11g Release 1 (11.1.1.3)

E15033-01


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:
java.io.Serializable

public class TransactionAlreadyMarkedAsRollbackException
extends java.lang.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(java.lang.String message)
           
TransactionAlreadyMarkedAsRollbackException(java.lang.String message, java.lang.Throwable cause)
           
TransactionAlreadyMarkedAsRollbackException(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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait

 

Constructor Detail

TransactionAlreadyMarkedAsRollbackException

public TransactionAlreadyMarkedAsRollbackException()

TransactionAlreadyMarkedAsRollbackException

public TransactionAlreadyMarkedAsRollbackException(java.lang.String message)

TransactionAlreadyMarkedAsRollbackException

public TransactionAlreadyMarkedAsRollbackException(java.lang.String message,
                                                   java.lang.Throwable cause)

TransactionAlreadyMarkedAsRollbackException

public TransactionAlreadyMarkedAsRollbackException(java.lang.Throwable cause)

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Service Bus
11g Release 1 (11.1.1.3)

E15033-01


Copyright © 2008, 2010, Oracle. All rights reserved.