Uses of Class
org.eclipse.ditto.things.model.signals.commands.exceptions.ThingNotCreatableException.Builder
-
Packages that use ThingNotCreatableException.Builder Package Description org.eclipse.ditto.things.model.signals.commands.exceptions -
-
Uses of ThingNotCreatableException.Builder in org.eclipse.ditto.things.model.signals.commands.exceptions
Methods in org.eclipse.ditto.things.model.signals.commands.exceptions that return ThingNotCreatableException.Builder Modifier and Type Method Description static ThingNotCreatableException.BuilderThingNotCreatableException. newBuilderForPolicyExisting(ThingId thingId, org.eclipse.ditto.policies.model.PolicyId policyId)A mutable builder for aThingNotCreatableExceptionthrown if a Thing could not be created because the creation of its implicit Policy failed.static ThingNotCreatableException.BuilderThingNotCreatableException. newBuilderForPolicyMissing(ThingId thingId, org.eclipse.ditto.policies.model.PolicyId policyId)A mutable builder for aThingNotCreatableExceptionthrown if a Thing could not be created because a referenced Policy in the Thing to be created is missing.
-