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