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