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