| Package | Description |
|---|---|
| org.eclipse.ditto.signals.commands.things.exceptions |
| Modifier and Type | Method and Description |
|---|---|
static ThingNotCreatableException.Builder |
ThingNotCreatableException.newBuilderForPolicyExisting(String thingId,
String policyId)
A mutable builder for a
ThingNotCreatableException thrown if a Thing could not be created because an
implicitly created Policy would collide with an already existing Policy with such an ID. |
static ThingNotCreatableException.Builder |
ThingNotCreatableException.newBuilderForPolicyMissing(String thingId,
String policyId)
A mutable builder for a
ThingNotCreatableException thrown if a Thing could not be created because a
referenced Policy in the Thing to be created is missing. |
Copyright © 2017–2018 Eclipse Foundation. All rights reserved.