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 a
PolicyIdMissingException.-
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 PolicyIdMissingException 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<PolicyIdMissingException>
-