Class PoliciesConflictingException.Builder
- java.lang.Object
-
- org.eclipse.ditto.base.model.exceptions.DittoRuntimeExceptionBuilder<PoliciesConflictingException>
-
- org.eclipse.ditto.things.model.signals.commands.exceptions.PoliciesConflictingException.Builder
-
- Enclosing class:
- PoliciesConflictingException
@NotThreadSafe public static final class PoliciesConflictingException.Builder extends org.eclipse.ditto.base.model.exceptions.DittoRuntimeExceptionBuilder<PoliciesConflictingException>
A mutable builder with a fluent API for aPoliciesConflictingException.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected PoliciesConflictingExceptiondoBuild(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 PoliciesConflictingException doBuild(org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders, java.lang.String message, java.lang.String description, java.lang.Throwable cause, java.net.URI href)
- Specified by:
doBuildin classorg.eclipse.ditto.base.model.exceptions.DittoRuntimeExceptionBuilder<PoliciesConflictingException>
-
-