Class ServerStopException

All Implemented Interfaces:
Serializable

public class ServerStopException extends UserException
The exception that is thrown when a server failed to stop.
See Also:
  • Field Details

    • id

      public String id
      The server ID.
    • reason

      public String reason
      The reason for the failure.
  • Constructor Details

    • ServerStopException

      public ServerStopException()
      Constructs a ServerStopException.
    • ServerStopException

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