public class RefusedConnectionException extends Exception
CONNECT
MQTT message and send (+ disconnect) the client with a CONNACK
including a specific ReturnCode| Constructor and Description |
|---|
RefusedConnectionException(ReturnCode returnCode) |
RefusedConnectionException(ReturnCode returnCode,
Throwable cause) |
RefusedConnectionException(String message,
ReturnCode returnCode) |
RefusedConnectionException(String message,
ReturnCode returnCode,
Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
ReturnCode |
getReturnCode() |
String |
toString() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic RefusedConnectionException(ReturnCode returnCode)
public RefusedConnectionException(String message, ReturnCode returnCode)
public RefusedConnectionException(String message, ReturnCode returnCode, Throwable cause)
public RefusedConnectionException(ReturnCode returnCode, Throwable cause)
public ReturnCode getReturnCode()
Copyright © 2013-2018 dc-square GmbH. All Rights Reserved.