Class NodeNotFoundException

All Implemented Interfaces:
Serializable

public class NodeNotFoundException extends InternalException
See Also:
  • Constructor Details

    • NodeNotFoundException

      public NodeNotFoundException()
    • NodeNotFoundException

      public NodeNotFoundException(String message)
    • NodeNotFoundException

      public NodeNotFoundException(String message, Throwable cause)
    • NodeNotFoundException

      public NodeNotFoundException(Throwable cause)
    • NodeNotFoundException

      public NodeNotFoundException(NodeId nodeId)
    • NodeNotFoundException

      public NodeNotFoundException(NodeId nodeId, Throwable cause)
    • NodeNotFoundException

      public NodeNotFoundException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
  • Method Details