| Modifier and Type | Method and Description |
|---|---|
protected UnknownCommandResponseException |
UnknownCommandResponseException.Builder.doBuild(org.eclipse.ditto.model.base.headers.DittoHeaders dittoHeaders,
String message,
String description,
Throwable cause,
URI href) |
static UnknownCommandResponseException |
UnknownCommandResponseException.fromJson(org.eclipse.ditto.json.JsonObject jsonObject,
org.eclipse.ditto.model.base.headers.DittoHeaders dittoHeaders)
Constructs a new
UnknownCommandResponseException object with the exception message extracted from the
given JSON object. |
static UnknownCommandResponseException |
UnknownCommandResponseException.fromMessage(String message,
org.eclipse.ditto.model.base.headers.DittoHeaders dittoHeaders)
Constructs a new
UnknownCommandResponseException object with given message. |
Copyright © 2017–2019 Eclipse Foundation. All rights reserved.