Class ThingTooLargeException

  • All Implemented Interfaces:
    Serializable, org.eclipse.ditto.model.base.headers.WithDittoHeaders<org.eclipse.ditto.model.base.exceptions.DittoRuntimeException>, org.eclipse.ditto.model.base.headers.WithManifest, org.eclipse.ditto.model.base.json.Jsonifiable<org.eclipse.ditto.json.JsonObject>, org.eclipse.ditto.model.base.json.Jsonifiable.WithPredicate<org.eclipse.ditto.json.JsonObject,​org.eclipse.ditto.json.JsonField>, ThingException

    @Immutable
    public final class ThingTooLargeException
    extends org.eclipse.ditto.model.base.exceptions.DittoRuntimeException
    implements ThingException
    This exception indicates the content of a Thing is too large to be processed by a backend.
    See Also:
    Serialized Form
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  ThingTooLargeException.Builder
      A mutable builder with a fluent API for a ThingTooLargeException.
      • Nested classes/interfaces inherited from class org.eclipse.ditto.model.base.exceptions.DittoRuntimeException

        org.eclipse.ditto.model.base.exceptions.DittoRuntimeException.JsonFields
      • Nested classes/interfaces inherited from interface org.eclipse.ditto.model.base.json.Jsonifiable

        org.eclipse.ditto.model.base.json.Jsonifiable.WithFieldSelector, org.eclipse.ditto.model.base.json.Jsonifiable.WithFieldSelectorAndPredicate<T extends Object>, org.eclipse.ditto.model.base.json.Jsonifiable.WithPointer<J extends org.eclipse.ditto.json.JsonValue>, org.eclipse.ditto.model.base.json.Jsonifiable.WithPredicate<J extends org.eclipse.ditto.json.JsonValue,​T extends Object>
    • Method Detail

      • newBuilder

        public static ThingTooLargeException.Builder newBuilder​(long actualBytes,
                                                                long maxBytes)
        A mutable builder for a ThingTooLargeException.
        Parameters:
        actualBytes - the actual amount of bytes which were too much (gt maxBytes)
        maxBytes - the maximal allowed amount of bytes
        Returns:
        the builder.
      • fromJson

        public static ThingTooLargeException fromJson​(org.eclipse.ditto.json.JsonObject jsonObject,
                                                      org.eclipse.ditto.model.base.headers.DittoHeaders dittoHeaders)
        Deserialize from a JSON object.
        Parameters:
        jsonObject - the JSON object to deserialize.
        dittoHeaders - the headers.
        Returns:
        an instance of this class.
        Throws:
        NullPointerException - if any argument is null.