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