Class ThingPreconditionNotModifiedException.Builder
java.lang.Object
org.eclipse.ditto.base.model.exceptions.DittoRuntimeExceptionBuilder<ThingPreconditionNotModifiedException>
org.eclipse.ditto.things.model.signals.commands.exceptions.ThingPreconditionNotModifiedException.Builder
- Enclosing class:
- ThingPreconditionNotModifiedException
@NotThreadSafe
public static final class ThingPreconditionNotModifiedException.Builder
extends org.eclipse.ditto.base.model.exceptions.DittoRuntimeExceptionBuilder<ThingPreconditionNotModifiedException>
A mutable builder with a fluent API for a
ThingPreconditionNotModifiedException.-
Method Summary
Methods inherited from class org.eclipse.ditto.base.model.exceptions.DittoRuntimeExceptionBuilder
build, cause, cause, description, description, dittoHeaders, href, href, href, message, message
-
Method Details
-
doBuild
protected ThingPreconditionNotModifiedException doBuild(org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders, @Nullable String message, @Nullable String description, @Nullable Throwable cause, @Nullable URI href) - Specified by:
doBuildin classorg.eclipse.ditto.base.model.exceptions.DittoRuntimeExceptionBuilder<ThingPreconditionNotModifiedException>
-