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