Class LargeKeyException

All Implemented Interfaces:
Serializable

public class LargeKeyException extends DatabaseException
Thrown when attempting to load a key which cannot fit into memory.
See Also:
  • Constructor Details

    • LargeKeyException

      public LargeKeyException(long length)
    • LargeKeyException

      public LargeKeyException(long length, Throwable cause)
    • LargeKeyException

      public LargeKeyException(String message)
  • Method Details

    • length

      public long length()
    • isRecoverable

      public boolean isRecoverable()
      Description copied from class: DatabaseException
      Returns false if database should be closed as a result of this exception.
      Overrides:
      isRecoverable in class DatabaseException