Module lmdbjava
Package org.lmdbjava

Class LmdbException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ByteBufferProxy.BufferMustBeDirectException, Cursor.ClosedException, Env.AlreadyClosedException, Env.AlreadyOpenException, Env.InvalidCopyDestination, LmdbNativeException, Txn.EnvIsReadOnly, Txn.IncompatibleParent, Txn.NotReadyException, Txn.NotResetException, Txn.ReadOnlyRequiredException, Txn.ReadWriteRequiredException, Txn.ResetException

public class LmdbException extends RuntimeException
Superclass for all LmdbJava custom exceptions.
See Also:
  • Constructor Details

    • LmdbException

      public LmdbException(String message)
      Constructs an instance with the provided detailed message.
      Parameters:
      message - the detail message
    • LmdbException

      public LmdbException(String message, Throwable cause)
      Constructs an instance with the provided detailed message and cause.
      Parameters:
      message - the detail message
      cause - original cause