Class CacheExhaustedException

All Implemented Interfaces:
Serializable

public class CacheExhaustedException extends DatabaseException
Thrown when the database cache is full and no more data can be loaded into it. Can be caused by too many active cursors, transactions or open indexes.
See Also:
  • Constructor Details

    • CacheExhaustedException

      public CacheExhaustedException()
    • CacheExhaustedException

      public CacheExhaustedException(String message)
  • Method Details