Uses of Class
org.eclipse.ditto.things.model.signals.commands.exceptions.ThingNotModifiableException
-
Packages that use ThingNotModifiableException Package Description org.eclipse.ditto.things.model.signals.commands.exceptions -
-
Uses of ThingNotModifiableException in org.eclipse.ditto.things.model.signals.commands.exceptions
Methods in org.eclipse.ditto.things.model.signals.commands.exceptions that return ThingNotModifiableException Modifier and Type Method Description protected ThingNotModifiableExceptionThingNotModifiableException.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 ThingNotModifiableExceptionThingNotModifiableException. fromJson(org.eclipse.ditto.json.JsonObject jsonObject, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders)Constructs a newThingNotModifiableExceptionobject with the exception message extracted from the given JSON object.static ThingNotModifiableExceptionThingNotModifiableException. fromMessage(java.lang.String message, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders)Constructs a newThingNotModifiableExceptionobject with the given exception message.
-