Class DatabaseException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
CacheExhaustedException, ClosedIndexException, ConfirmationFailureException, CorruptDatabaseException, DatabaseFullException, InvalidTransactionException, LargeKeyException, LargeValueException, LockFailureException, NoSuchRowException, NoSuchValueException, UnmodifiableReplicaException, ViewConstraintException, WriteFailureException

public class DatabaseException extends IOException
Exception thrown which indicates a database problem not due to general I/O problems.
See Also:
  • Constructor Details

    • DatabaseException

      public DatabaseException()
    • DatabaseException

      public DatabaseException(String message)
    • DatabaseException

      public DatabaseException(Throwable cause)
    • DatabaseException

      public DatabaseException(String message, Throwable cause)
  • Method Details

    • isRecoverable

      public boolean isRecoverable()
      Returns false if database should be closed as a result of this exception.