public class NoSuchClientIdException extends Exception
| Constructor and Description |
|---|
NoSuchClientIdException(String clientId)
Creates a new NoSuchClientException that will not contain a stacktrace.
|
NoSuchClientIdException(String clientId,
boolean fillInStacktrace)
Creates a new NoSuchClientException.
|
| Modifier and Type | Method and Description |
|---|---|
Throwable |
fillInStackTrace() |
String |
getClientId()
Returns the unknown MQTT ClientId.
|
addSuppressed, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic NoSuchClientIdException(String clientId, boolean fillInStacktrace)
clientId - the not available MQTT ClientId.fillInStacktrace - whether the created exception should fill in a stacktrace.public NoSuchClientIdException(String clientId)
clientId - the not available MQTT ClientId.public Throwable fillInStackTrace()
fillInStackTrace in class Throwablepublic String getClientId()
Copyright © 2013-2018 dc-square GmbH. All Rights Reserved.