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