Uses of Class
org.eclipse.ditto.things.model.ThingTooLargeException
-
Packages that use ThingTooLargeException Package Description org.eclipse.ditto.things.model Contains the Things framework around the cornerstone of this package:Thing.org.eclipse.ditto.things.model.signals.commands -
-
Uses of ThingTooLargeException in org.eclipse.ditto.things.model
Methods in org.eclipse.ditto.things.model that return ThingTooLargeException Modifier and Type Method Description protected ThingTooLargeExceptionThingTooLargeException.Builder. doBuild(org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders, java.lang.String message, java.lang.String description, java.lang.Throwable cause, java.net.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 ThingTooLargeException Modifier and Type Method Description protected ThingTooLargeExceptionThingCommandSizeValidator. newInvalidSizeException(long maxSize, long actualSize, org.eclipse.ditto.base.model.headers.DittoHeaders headers)
-