Package 

Class CursorWindowAllocationException

  • All Implemented Interfaces:
    java.io.Serializable

    
    public class CursorWindowAllocationException
    extends RuntimeException
                        

    This exception is thrown when a CursorWindow couldn't be allocated, most probably due to memory not being available.

    • Method Summary

      Modifier and Type Method Description
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • CursorWindowAllocationException

        CursorWindowAllocationException(String description)