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:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the Hash for the missing datagetStore()
Gets the Store for which the missing data exception occurredMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
MissingDataException
-
-
Method Details
-
getMessage
- Overrides:
getMessage
in classThrowable
-
getMissingHash
Gets the Hash for the missing data- Returns:
- Hash value
-
getStore
Gets the Store for which the missing data exception occurred- Returns:
- Store instance
-