Class ThingNotCreatableException.Builder
- java.lang.Object
-
- org.eclipse.ditto.base.model.exceptions.DittoRuntimeExceptionBuilder<ThingNotCreatableException>
-
- org.eclipse.ditto.things.model.signals.commands.exceptions.ThingNotCreatableException.Builder
-
- Enclosing class:
- ThingNotCreatableException
@NotThreadSafe public static final class ThingNotCreatableException.Builder extends org.eclipse.ditto.base.model.exceptions.DittoRuntimeExceptionBuilder<ThingNotCreatableException>
A mutable builder with a fluent API for aThingNotCreatableException.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected ThingNotCreatableExceptiondoBuild(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 ThingNotCreatableException 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<ThingNotCreatableException>
-
-