Class TransactionActiveException

  • All Implemented Interfaces:
    Serializable

    public class TransactionActiveException
    extends javax.jdo.JDOUserException
    An TransactionActiveException is thrown if a transaction is already active and an operation is performed that requires that a transaction not be active (such as beginning a transaction).
    See Also:
    Serialized Form
    • Constructor Detail

      • TransactionActiveException

        public TransactionActiveException​(Object failedObject)