Class BadQoS

All Implemented Interfaces:
Serializable

public class BadQoS extends UserException
The exception that is thrown when attempting to subscribe with an invalid QoS.
See Also:
  • Field Details

    • reason

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

    • BadQoS

      public BadQoS()
      Constructs a BadQoS.
    • BadQoS

      public BadQoS(String reason)
      Constructs a BadQoS with values for all its fields.
      Parameters:
      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.