Class TransactionCommitingException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- javax.jdo.JDOException
-
- javax.jdo.JDOCanRetryException
-
- javax.jdo.JDOUserException
-
- org.datanucleus.api.jdo.exceptions.TransactionCommitingException
-
- All Implemented Interfaces:
java.io.Serializable
public class TransactionCommitingException extends javax.jdo.JDOUserException
A TransactionCommitingException is thrown if a transaction is committing or rolling back and an operation is performed that changes the transaction state or behaviour (such as beginning setRetainValues).- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
-
Constructor Summary
Constructors Constructor Description TransactionCommitingException(java.lang.Object failedObject)
-
Method Summary
-
Methods inherited from class javax.jdo.JDOException
getCause, getFailedObject, getNestedExceptions, initCause, printStackTrace, printStackTrace, printStackTrace, toString
-
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-