Class UnknownKeyException

java.lang.Object
java.lang.Throwable
java.lang.Exception
io.hotmoka.patricia.api.UnknownKeyException
All Implemented Interfaces:
Serializable

public class UnknownKeyException extends Exception
An exception stating that a key is missing from a key/value store.
See Also:
  • Constructor Details

    • UnknownKeyException

      public UnknownKeyException()
      Creates a new exception.
    • UnknownKeyException

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

      public UnknownKeyException(Throwable cause)
      Creates a new exception with the given cause.
      Parameters:
      cause - the cause
    • UnknownKeyException

      public UnknownKeyException(String message, Throwable cause)
      Creates a new exception with the given message and cause.
      Parameters:
      message - the message
      cause - the cause