Class TrieException

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

public class TrieException extends Exception
An exception stating that the execution of a method of a Patricia trie failed to complete correctly.
See Also:
  • Constructor Details

    • TrieException

      public TrieException()
      Creates a new exception.
    • TrieException

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

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

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