Class StaleDataException

  • All Implemented Interfaces:
    Serializable

    public class StaleDataException
    extends RuntimeException
    This exception is thrown when a Cursor contains stale data and must be requeried before being used again.
    See Also:
    Serialized Form
    • Constructor Detail

      • StaleDataException

        public StaleDataException()
      • StaleDataException

        public StaleDataException​(String description)