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