| Package | Description |
|---|---|
| org.eclipse.ditto.signals.commands.things |
| Modifier and Type | Method and Description |
|---|---|
static ThingErrorResponse |
ThingErrorResponse.fromJson(org.eclipse.ditto.json.JsonObject jsonObject,
org.eclipse.ditto.model.base.headers.DittoHeaders dittoHeaders)
Creates a new
ThingErrorResponse containing the causing DittoRuntimeException which is deserialized
from the passed jsonObject. |
static ThingErrorResponse |
ThingErrorResponse.fromJson(String jsonString,
org.eclipse.ditto.model.base.headers.DittoHeaders dittoHeaders)
Creates a new
ThingErrorResponse containing the causing DittoRuntimeException which is deserialized
from the passed jsonString. |
static ThingErrorResponse |
ThingErrorResponse.fromJson(ThingErrorRegistry thingErrorRegistry,
org.eclipse.ditto.json.JsonObject jsonObject,
org.eclipse.ditto.model.base.headers.DittoHeaders dittoHeaders)
Creates a new
ThingErrorResponse containing the causing DittoRuntimeException which is deserialized
from the passed jsonObject using a special ThingErrorRegistry. |
static ThingErrorResponse |
ThingErrorResponse.fromJson(ThingErrorRegistry thingErrorRegistry,
String jsonString,
org.eclipse.ditto.model.base.headers.DittoHeaders dittoHeaders)
Creates a new
ThingErrorResponse containing the causing DittoRuntimeException which is deserialized
from the passed jsonString using a special ThingErrorRegistry. |
static ThingErrorResponse |
ThingErrorResponse.of(org.eclipse.ditto.model.base.exceptions.DittoRuntimeException dittoRuntimeException)
Creates a new
ThingErrorResponse for the specified dittoRuntimeException. |
static ThingErrorResponse |
ThingErrorResponse.of(org.eclipse.ditto.model.base.exceptions.DittoRuntimeException dittoRuntimeException,
org.eclipse.ditto.model.base.headers.DittoHeaders dittoHeaders)
Creates a new
ThingErrorResponse for the specified dittoRuntimeException. |
static ThingErrorResponse |
ThingErrorResponse.of(String thingId,
org.eclipse.ditto.model.base.exceptions.DittoRuntimeException dittoRuntimeException)
Creates a new
ThingErrorResponse for the specified dittoRuntimeException. |
static ThingErrorResponse |
ThingErrorResponse.of(String thingId,
org.eclipse.ditto.model.base.exceptions.DittoRuntimeException dittoRuntimeException,
org.eclipse.ditto.model.base.headers.DittoHeaders dittoHeaders)
Creates a new
ThingErrorResponse for the specified dittoRuntimeException. |
ThingErrorResponse |
ThingErrorResponse.setDittoHeaders(org.eclipse.ditto.model.base.headers.DittoHeaders dittoHeaders) |
Copyright © 2017–2018 Eclipse Foundation. All rights reserved.