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