Class UnknownReferenceException

java.lang.Object
java.lang.Throwable
java.lang.Exception
io.hotmoka.node.api.UnknownReferenceException
All Implemented Interfaces:
Serializable

public class UnknownReferenceException extends Exception
An exception stating that a storage reference cannot be found in a Hotmoka node.
See Also:
  • Constructor Details

    • UnknownReferenceException

      public UnknownReferenceException(StorageReference reference)
      Creates a new exception.
      Parameters:
      reference - the reference that cannot be found
    • UnknownReferenceException

      public UnknownReferenceException(TransactionReference reference)
      Creates a new exception.
      Parameters:
      reference - the reference that cannot be found
    • UnknownReferenceException

      public UnknownReferenceException(String message)
      Creates a new exception with the given message.
      Parameters:
      message - the message