Class LargeValueException

All Implemented Interfaces:
Serializable

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

    • LargeValueException

      public LargeValueException(long length)
    • LargeValueException

      public LargeValueException(long length, Throwable cause)
    • LargeValueException

      public LargeValueException(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