Class ServerStopException

All Implemented Interfaces:
Serializable, Cloneable

public class ServerStopException extends UserException
This exception is raised if a server failed to stop.
See Also:
  • Field Details

    • id

      public String id
      The identifier of the server.
    • reason

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

    • ServerStopException

      public ServerStopException()
    • ServerStopException

      public ServerStopException(Throwable cause)
    • ServerStopException

      public ServerStopException(String id, String reason)
    • ServerStopException

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