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