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