protected PolicyIdMissingException |
PolicyIdMissingException.Builder.doBuild(org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders,
java.lang.String message,
java.lang.String description,
java.lang.Throwable cause,
java.net.URI href) |
|
static PolicyIdMissingException |
PolicyIdMissingException.fromJson(org.eclipse.ditto.json.JsonObject jsonObject,
org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders) |
Constructs a new PolicyIdMissingException object with the exception message and description extracted
from the given JSON object.
|
static PolicyIdMissingException |
PolicyIdMissingException.fromThingIdOnCreate(ThingId thingId,
org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders) |
Constructs a new PolicyIdMissingException object with an exception message for a thing-create scenario.
|
static PolicyIdMissingException |
PolicyIdMissingException.fromThingIdOnUpdate(ThingId thingId,
org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders) |
Constructs a new PolicyIdMissingException object with an exception message for a thing-update scenario.
|