java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.lmdbjava.LmdbException
org.lmdbjava.Txn.IncompatibleParent
- All Implemented Interfaces:
Serializable
The proposed transaction is incompatible with its parent transaction.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
IncompatibleParent
public IncompatibleParent()Creates a new instance.
-