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