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
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 Summary
Constructors -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
RecoveredDataException
public RecoveredDataException(int id, byte[] data)
-
-
Method Details
-
getId
public int getId() -
getData
public byte[] getData()
-