Package org.eclipse.ditto.things.model
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 aThingTooLargeException.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected ThingTooLargeExceptiondoBuild(org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders, java.lang.String message, java.lang.String description, java.lang.Throwable cause, java.net.URI href)
-
-
-
Method Detail
-
doBuild
protected ThingTooLargeException doBuild(org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders, @Nullable java.lang.String message, @Nullable java.lang.String description, @Nullable java.lang.Throwable cause, @Nullable java.net.URI href)
- Specified by:
doBuildin classorg.eclipse.ditto.base.model.exceptions.DittoRuntimeExceptionBuilder<ThingTooLargeException>
-
-