Class NodeNotExistException

All Implemented Interfaces:
Serializable

public class NodeNotExistException extends UserException
The exception that is thrown when IceGrid does not know a node with the provided name.

Remarks: The Slice compiler generated this exception class from Slice exception ::IceGrid::NodeNotExistException.

See Also:
  • Field Details

    • name

      public String name
      The node name.
  • Constructor Details

    • NodeNotExistException

      public NodeNotExistException()
      Constructs a NodeNotExistException.
    • NodeNotExistException

      public NodeNotExistException(String name)
      Constructs a NodeNotExistException with values for all its fields.
      Parameters:
      name - The node name.
  • Method Details

    • ice_id

      public String ice_id()
      Returns the Slice type ID of this user exception.
      Specified by:
      ice_id in class UserException
      Returns:
      the Slice type ID