Class NodeUnreachableException

All Implemented Interfaces:
Serializable, Cloneable

public class NodeUnreachableException extends UserException
This exception is raised if a node could not be reached.
See Also:
  • Field Details

    • name

      public String name
      The name of the node that is not reachable.
    • reason

      public String reason
      The reason why the node couldn't be reached.
  • Constructor Details

    • NodeUnreachableException

      public NodeUnreachableException()
    • NodeUnreachableException

      public NodeUnreachableException(Throwable cause)
    • NodeUnreachableException

      public NodeUnreachableException(String name, String reason)
    • NodeUnreachableException

      public NodeUnreachableException(String name, String reason, Throwable cause)
  • Method Details

    • ice_id

      public String ice_id()
      Description copied from class: UserException
      Returns the type id of this exception.
      Specified by:
      ice_id in class UserException
      Returns:
      The type id of this exception.