Uses of Class
org.eclipse.ditto.things.model.signals.commands.exceptions.FeaturePropertiesNotModifiableException
-
Packages that use FeaturePropertiesNotModifiableException Package Description org.eclipse.ditto.things.model.signals.commands.exceptions -
-
Uses of FeaturePropertiesNotModifiableException in org.eclipse.ditto.things.model.signals.commands.exceptions
Methods in org.eclipse.ditto.things.model.signals.commands.exceptions that return FeaturePropertiesNotModifiableException Modifier and Type Method Description protected FeaturePropertiesNotModifiableExceptionFeaturePropertiesNotModifiableException.Builder. doBuild(org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders, java.lang.String message, java.lang.String description, java.lang.Throwable cause, java.net.URI href)static FeaturePropertiesNotModifiableExceptionFeaturePropertiesNotModifiableException. 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.static FeaturePropertiesNotModifiableExceptionFeaturePropertiesNotModifiableException. fromMessage(java.lang.String message, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders)Constructs a newFeaturePropertiesNotModifiableExceptionobject with given message.
-