org.datanucleus.jdo.exceptions
Class TransactionNotActiveException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
javax.jdo.JDOException
javax.jdo.JDOCanRetryException
javax.jdo.JDOUserException
org.datanucleus.jdo.exceptions.TransactionNotActiveException
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- TransactionNotReadableException, TransactionNotWritableException
public class TransactionNotActiveException
- extends javax.jdo.JDOUserException
An TransactionNotActiveException is thrown if a transaction is not
active and an operation is performed that requires that a transaction be
active (such as committing a transaction).
- Version:
- $Revision: 1.2 $
- See Also:
- Serialized Form
| Methods inherited from class javax.jdo.JDOException |
getCause, getFailedObject, getNestedExceptions, initCause, printStackTrace, printStackTrace, printStackTrace, toString |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, setStackTrace |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
TransactionNotActiveException
public TransactionNotActiveException()
- Constructor.
TransactionNotActiveException
public TransactionNotActiveException(java.lang.String message,
java.lang.Object failedObject)
- Constructor.
- Parameters:
message - the localized error messagefailedObject - the failed object
Copyright © 2011. All Rights Reserved.