Package com.github.workerframework.api
Class ReferenceNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.github.workerframework.api.DataStoreException
com.github.workerframework.api.ReferenceNotFoundException
- All Implemented Interfaces:
Serializable
Indicates the reference passed to the DataStore did not point to any resolvable location.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionReferenceNotFoundException
(String message) ReferenceNotFoundException
(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ReferenceNotFoundException
-
ReferenceNotFoundException
-