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