Class BadSignalException

All Implemented Interfaces:
Serializable

public class BadSignalException extends UserException
The exception that is thrown when an unknown signal is sent to a server.
See Also:
  • Field Details

    • reason

      public String reason
      The details of the unknown signal.
  • Constructor Details

    • BadSignalException

      public BadSignalException()
      Constructs a BadSignalException.
    • BadSignalException

      public BadSignalException(String reason)
      Constructs a BadSignalException with values for all its fields.
      Parameters:
      reason - The details of the unknown signal.
  • 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.