java.lang.Object
java.lang.Throwable
java.lang.Exception
io.hotmoka.node.api.UnknownReferenceException
- All Implemented Interfaces:
Serializable
An exception stating that a storage reference cannot be found in a Hotmoka node.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionUnknownReferenceException(TransactionReference reference) Creates a new exception.UnknownReferenceException(StorageReference reference) Creates a new exception.UnknownReferenceException(String message) Creates a new exception with the given message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UnknownReferenceException
Creates a new exception.- Parameters:
reference- the reference that cannot be found
-
UnknownReferenceException
Creates a new exception.- Parameters:
reference- the reference that cannot be found
-
UnknownReferenceException
Creates a new exception with the given message.- Parameters:
message- the message
-