Uses of Class
org.eclipse.ditto.things.model.PolicyIdMissingException
Packages that use PolicyIdMissingException
-
Uses of PolicyIdMissingException in org.eclipse.ditto.things.model
Methods in org.eclipse.ditto.things.model that return PolicyIdMissingExceptionModifier and TypeMethodDescriptionprotected PolicyIdMissingExceptionPolicyIdMissingException.Builder.doBuild(org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders, String message, String description, Throwable cause, URI href) static PolicyIdMissingExceptionPolicyIdMissingException.fromJson(org.eclipse.ditto.json.JsonObject jsonObject, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders) Constructs a newPolicyIdMissingExceptionobject with the exception message and description extracted from the given JSON object.static PolicyIdMissingExceptionPolicyIdMissingException.fromThingIdOnCreate(ThingId thingId, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders) Constructs a newPolicyIdMissingExceptionobject with an exception message for a thing-create scenario.static PolicyIdMissingExceptionPolicyIdMissingException.fromThingIdOnUpdate(ThingId thingId, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders) Constructs a newPolicyIdMissingExceptionobject with an exception message for a thing-update scenario.