java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.lmdbjava.LmdbException
org.lmdbjava.Txn.EnvIsReadOnly
- All Implemented Interfaces:
Serializable
The proposed R-W transaction is incompatible with a R-O Env.
- 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
-
EnvIsReadOnly
public EnvIsReadOnly()Creates a new instance.
-