java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.apache.jena.sparql.service.enhancer.slice.impl.ReadOverGapException
All Implemented Interfaces:
Serializable

public class ReadOverGapException extends IOException
Exception used with RangeBuffer when attempting to read a range of data for which there exist one or more gaps in the buffer. Read operations should typically be scheduled w.r.t. available data, however concurrent modifications may invalidate such schedules and re-scheduling based on this exception is a simple way to react to such changes.
See Also:
  • Constructor Details

    • ReadOverGapException

      public ReadOverGapException()
    • ReadOverGapException

      public ReadOverGapException(String message, Throwable cause)
    • ReadOverGapException

      public ReadOverGapException(String message)
    • ReadOverGapException

      public ReadOverGapException(Throwable cause)