Class PolicyNotAllowedException.Builder
java.lang.Object
org.eclipse.ditto.base.model.exceptions.DittoRuntimeExceptionBuilder<PolicyNotAllowedException>
org.eclipse.ditto.things.model.signals.commands.exceptions.PolicyNotAllowedException.Builder
- Enclosing class:
- PolicyNotAllowedException
@NotThreadSafe
public static final class PolicyNotAllowedException.Builder
extends org.eclipse.ditto.base.model.exceptions.DittoRuntimeExceptionBuilder<PolicyNotAllowedException>
A mutable builder with a fluent API for a
PolicyNotAllowedException.-
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 PolicyNotAllowedException 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<PolicyNotAllowedException>
-