EclipseLink 2.3.2, build 'v20111125-r10461' API Reference

javax.persistence
Class TransactionRequiredException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by javax.persistence.PersistenceException
                  extended by javax.persistence.TransactionRequiredException
All Implemented Interfaces:
java.io.Serializable

public class TransactionRequiredException
extends PersistenceException

Thrown by the persistence provider when a transaction is required but is not active.

See Also:
Serialized Form
Since:
Java Persistence 1.0

Constructor Summary
TransactionRequiredException()
          Constructs a new TransactionRequiredException exception with null as its detail message.
TransactionRequiredException(java.lang.String message)
          Constructs a new TransactionRequiredException exception with the specified detail message.
 
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

TransactionRequiredException

public TransactionRequiredException()
Constructs a new TransactionRequiredException exception with null as its detail message.


TransactionRequiredException

public TransactionRequiredException(java.lang.String message)
Constructs a new TransactionRequiredException exception with the specified detail message.

Parameters:
message - the detail message.

EclipseLink 2.3.2, build 'v20111125-r10461' API Reference