Package db
Class TerminatedTransactionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
db.TerminatedTransactionException
- All Implemented Interfaces:
Serializable
TerminatedTransactionException
occurs when a database modification is
attempted following the forced/premature termination of an open transaction.- See Also:
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
TerminatedTransactionException
public TerminatedTransactionException() -
TerminatedTransactionException
-