Class 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  
    • Method Summary

      • Methods inherited from class javax.jdo.JDOException

        getCause, getFailedObject, getNestedExceptions, initCause, printStackTrace, printStackTrace, printStackTrace, toString
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, setStackTrace
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • TransactionCommitingException

        public TransactionCommitingException​(java.lang.Object failedObject)