Uses of Class
org.eclipse.ditto.things.model.ThingTooLargeException
Packages that use ThingTooLargeException
-
Uses of ThingTooLargeException in org.eclipse.ditto.things.model
Methods in org.eclipse.ditto.things.model that return ThingTooLargeExceptionModifier and TypeMethodDescriptionprotected ThingTooLargeExceptionThingTooLargeException.Builder.doBuild(org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders, String message, String description, Throwable cause, URI href) static ThingTooLargeExceptionThingTooLargeException.fromJson(org.eclipse.ditto.json.JsonObject jsonObject, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders) Deserialize from a JSON object. -
Uses of ThingTooLargeException in org.eclipse.ditto.things.model.signals.commands
Methods in org.eclipse.ditto.things.model.signals.commands that return ThingTooLargeExceptionModifier and TypeMethodDescriptionprotected ThingTooLargeExceptionThingCommandSizeValidator.newInvalidSizeException(long maxSize, long actualSize, org.eclipse.ditto.base.model.headers.DittoHeaders headers)