Class NodeNotExistException

All Implemented Interfaces:
Serializable, Cloneable

public class NodeNotExistException extends UserException
This exception is raised if a node does not exist.
See Also:
  • Field Details

    • name

      public String name
      The node name.
  • Constructor Details

    • NodeNotExistException

      public NodeNotExistException()
    • NodeNotExistException

      public NodeNotExistException(Throwable cause)
    • NodeNotExistException

      public NodeNotExistException(String name)
    • NodeNotExistException

      public NodeNotExistException(String name, 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.