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.
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 type id of this exception.
      Specified by:
      ice_id in class UserException
      Returns:
      The type id of this exception.