Class ClosedNodeException

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

public class ClosedNodeException extends Exception
An exception stating that a Hotmoka node is closed and cannot perform some operation.
See Also:
  • Constructor Details

    • ClosedNodeException

      public ClosedNodeException()
      Creates a new exception.
    • ClosedNodeException

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

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

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