Class NodeIdException

All Implemented Interfaces:
Serializable

public class NodeIdException extends RuntimeException
Exception thrown whenever a poorly formatted or invalid NodeId is detected.
Since:
1
Version:
1
See Also:
  • Constructor Details

    • NodeIdException

      public NodeIdException(String message)
      Constructs a new NodeId exception with the specified message.
      Parameters:
      message - the detailed error message
      Since:
      1