Broker Connect Exception
class BrokerConnectException(message: String, cause: Throwable?) : RuntimeException
Content copied to clipboard
Exception thrown when the connection to mqtt broker fails.
Constructors
BrokerConnectException
Link copied to clipboard
fun BrokerConnectException(acknowledgement: Mqtt3ConnAck, cause: Throwable? = null)
Content copied to clipboard
BrokerConnectException
Link copied to clipboard
Functions
addSuppressed
Link copied to clipboard
fillInStackTrace
Link copied to clipboard
getLocalizedMessage
Link copied to clipboard
getStackTrace
Link copied to clipboard
getSuppressed
Link copied to clipboard
printStackTrace
Link copied to clipboard
open fun printStackTrace()
Content copied to clipboard
setStackTrace
Link copied to clipboard
Properties
Sources
jvm source
Link copied to clipboard