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