public class MQTTProtocolException extends IOException
Constructor and Description |
---|
MQTTProtocolException() |
MQTTProtocolException(String s) |
MQTTProtocolException(String s,
boolean fatal) |
MQTTProtocolException(String s,
boolean fatal,
Throwable cause) |
Modifier and Type | Method and Description |
---|---|
boolean |
isFatal() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public MQTTProtocolException()
public MQTTProtocolException(String s)
public MQTTProtocolException(String s, boolean fatal)
public MQTTProtocolException(String s, boolean fatal, Throwable cause)
public boolean isFatal()
Copyright © 2005–2018. All rights reserved.