Class ServerNotExistException

All Implemented Interfaces:
Serializable

public class ServerNotExistException extends UserException
The exception that is thrown when IceGrid does not know a server with the provided server ID.

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

See Also:
  • Field Details

    • id

      public String id
      The server ID.
  • Constructor Details

    • ServerNotExistException

      public ServerNotExistException()
      Constructs a ServerNotExistException.
    • ServerNotExistException

      public ServerNotExistException(String id)
      Constructs a ServerNotExistException with values for all its fields.
      Parameters:
      id - The server ID.
  • 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