Class MQTTProtocolException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- org.apache.activemq.transport.mqtt.MQTTProtocolException
-
- All Implemented Interfaces:
Serializable
public class MQTTProtocolException extends IOException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MQTTProtocolException()
MQTTProtocolException(String s)
MQTTProtocolException(String s, boolean fatal)
MQTTProtocolException(String s, boolean fatal, Throwable cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
isFatal()
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-