Class BadQoS

All Implemented Interfaces:
Serializable, Cloneable

public class BadQoS extends UserException
This exception indicates that a subscription failed due to an invalid QoS.
See Also:
  • Field Details

    • reason

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

    • BadQoS

      public BadQoS()
    • BadQoS

      public BadQoS(Throwable cause)
    • BadQoS

      public BadQoS(String reason)
    • BadQoS

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