Class ThingTooLargeException.Builder

java.lang.Object
org.eclipse.ditto.base.model.exceptions.DittoRuntimeExceptionBuilder<ThingTooLargeException>
org.eclipse.ditto.things.model.ThingTooLargeException.Builder
Enclosing class:
ThingTooLargeException

@NotThreadSafe public static final class ThingTooLargeException.Builder extends org.eclipse.ditto.base.model.exceptions.DittoRuntimeExceptionBuilder<ThingTooLargeException>
A mutable builder with a fluent API for a ThingTooLargeException.
  • Method Details

    • doBuild

      protected ThingTooLargeException doBuild(org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders, @Nullable String message, @Nullable String description, @Nullable Throwable cause, @Nullable URI href)
      Specified by:
      doBuild in class org.eclipse.ditto.base.model.exceptions.DittoRuntimeExceptionBuilder<ThingTooLargeException>