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