Class RecoveredDataException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.eclipse.rdf4j.sail.nativerdf.datastore.RecoveredDataException
All Implemented Interfaces:
Serializable

public class RecoveredDataException extends IOException
Signals that data for a given id was recovered heuristically (e.g., by inferring the length from neighboring offsets). Carries the recovered bytes to enable callers to construct a CorruptValue.
See Also:
  • Constructor Details

    • RecoveredDataException

      public RecoveredDataException(int id, byte[] data)
  • Method Details

    • getId

      public int getId()
    • getData

      public byte[] getData()