Package convex.core.exceptions
Class MissingDataException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
convex.core.exceptions.MissingDataException
- All Implemented Interfaces:
Serializable
Exception thrown when an attempt is made to dereference a value that is not
present in the current data store.
Normally shouldn't be caught / referenced directly. Requires special handling
by Peers.
- See Also:
- Serialized Form
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
MissingDataException
-
-
Method Details
-
getMissingHash
-