Class CorreoMqtt3SubscriptionFailed
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.correomqtt.business.exception.CorreoMqttException
-
- org.correomqtt.business.exception.CorreoMqtt3SubscriptionFailed
-
- All Implemented Interfaces:
Serializable
public class CorreoMqtt3SubscriptionFailed extends CorreoMqttException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CorreoMqtt3SubscriptionFailed(List<com.hivemq.client.mqtt.mqtt3.message.subscribe.suback.Mqtt3SubAckReturnCode> returnCodes)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetInfo()-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
CorreoMqtt3SubscriptionFailed
public CorreoMqtt3SubscriptionFailed(List<com.hivemq.client.mqtt.mqtt3.message.subscribe.suback.Mqtt3SubAckReturnCode> returnCodes)
-
-
Method Detail
-
getInfo
public String getInfo()
- Specified by:
getInfoin classCorreoMqttException
-
-