Uses of Class
org.eclipse.ditto.things.model.signals.commands.exceptions.ThingPreconditionNotModifiedException
Packages that use ThingPreconditionNotModifiedException
-
Uses of ThingPreconditionNotModifiedException in org.eclipse.ditto.things.model.signals.commands.exceptions
Methods in org.eclipse.ditto.things.model.signals.commands.exceptions that return ThingPreconditionNotModifiedExceptionModifier and TypeMethodDescriptionprotected ThingPreconditionNotModifiedExceptionThingPreconditionNotModifiedException.Builder.doBuild(org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders, String message, String description, Throwable cause, URI href) ThingPreconditionNotModifiedException.fromJson(org.eclipse.ditto.json.JsonObject jsonObject, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders) Constructs a newThingPreconditionNotModifiedExceptionobject with the exception message extracted from the given JSON object.