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