Class ServerNotExistException

All Implemented Interfaces:
Serializable, Cloneable

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

    • id

      public String id
      The identifier of the server.
  • Constructor Details

    • ServerNotExistException

      public ServerNotExistException()
    • ServerNotExistException

      public ServerNotExistException(Throwable cause)
    • ServerNotExistException

      public ServerNotExistException(String id)
    • ServerNotExistException

      public ServerNotExistException(String id, 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.