static ThingErrorResponse |
ThingErrorResponse.fromJson(java.lang.String jsonString,
org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders) |
Creates a new ThingErrorResponse containing the causing DittoRuntimeException which is
deserialized from the passed jsonString.
|
static ThingErrorResponse |
ThingErrorResponse.fromJson(org.eclipse.ditto.json.JsonObject jsonObject,
org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders) |
Creates a new ThingErrorResponse containing the causing DittoRuntimeException which is deserialized
from the passed jsonObject.
|
static ThingErrorResponse |
ThingErrorResponse.of(org.eclipse.ditto.base.model.exceptions.DittoRuntimeException dittoRuntimeException) |
Creates a new ThingErrorResponse for the specified dittoRuntimeException.
|
static ThingErrorResponse |
ThingErrorResponse.of(org.eclipse.ditto.base.model.exceptions.DittoRuntimeException dittoRuntimeException,
org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders) |
Creates a new ThingErrorResponse for the specified dittoRuntimeException.
|
static ThingErrorResponse |
ThingErrorResponse.of(ThingId thingId,
org.eclipse.ditto.base.model.exceptions.DittoRuntimeException dittoRuntimeException) |
Creates a new ThingErrorResponse for the specified dittoRuntimeException.
|
static ThingErrorResponse |
ThingErrorResponse.of(ThingId thingId,
org.eclipse.ditto.base.model.exceptions.DittoRuntimeException dittoRuntimeException,
org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders) |
Creates a new ThingErrorResponse for the specified dittoRuntimeException.
|
ThingErrorResponse |
ThingErrorResponse.setDittoHeaders(org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders) |
|