java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.lmdbjava.LmdbException
org.lmdbjava.LmdbNativeException
org.lmdbjava.Env.VersionMismatchException
- All Implemented Interfaces:
Serializable
Environment version mismatch.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class org.lmdbjava.LmdbNativeException
LmdbNativeException.ConstantDerivedException, LmdbNativeException.PageCorruptedException, LmdbNativeException.PageFullException, LmdbNativeException.PageNotFoundException, LmdbNativeException.PanicException, LmdbNativeException.TlsFullException -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.lmdbjava.LmdbNativeException
getResultCodeMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
VersionMismatchException
public VersionMismatchException()
-