Package org.datanucleus.exceptions
Class TransactionActiveOnBeginException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.datanucleus.exceptions.NucleusException
org.datanucleus.exceptions.NucleusUserException
org.datanucleus.exceptions.TransactionActiveOnBeginException
- All Implemented Interfaces:
Serializable
An exception thrown when active is invoked on an ExecutionContext yet the transaction is already active.
- See Also:
-
Field Summary
FieldsFields inherited from class org.datanucleus.exceptions.NucleusException
failed, fatal, nested
-
Constructor Summary
ConstructorsConstructorDescriptionTransactionActiveOnBeginException
(Object failedObject) Constructs a transaction already active exception with the specified detail message. -
Method Summary
Methods inherited from class org.datanucleus.exceptions.NucleusException
getCause, getFailedObject, getNestedExceptions, isFatal, printStackTrace, printStackTrace, printStackTrace, setFatal, setNestedException
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, setStackTrace, toString
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
-
Constructor Details
-
TransactionActiveOnBeginException
Constructs a transaction already active exception with the specified detail message.- Parameters:
failedObject
- ExecutionContext object that failed to close
-