Class BadSignalException

All Implemented Interfaces:
Serializable, Cloneable

public class BadSignalException extends UserException
This exception is raised if an unknown signal was sent to to a server.
See Also:
  • Field Details

    • reason

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

    • BadSignalException

      public BadSignalException()
    • BadSignalException

      public BadSignalException(Throwable cause)
    • BadSignalException

      public BadSignalException(String reason)
    • BadSignalException

      public BadSignalException(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.