Package db
Class TerminatedTransactionException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- db.TerminatedTransactionException
-
- All Implemented Interfaces:
java.io.Serializable
public class TerminatedTransactionException extends java.lang.RuntimeException
TerminatedTransactionException
occurs when a database modification is attempted following the forced/premature termination of an open transaction.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TerminatedTransactionException()
Constructor.
-