Uses of Class
org.eclipse.ditto.things.model.signals.commands.exceptions.ThingNotCreatableException.Builder
Packages that use ThingNotCreatableException.Builder
-
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.BuilderModifier and TypeMethodDescriptionThingNotCreatableException.newBuilderForOtherReason(org.eclipse.ditto.base.model.common.HttpStatus httpStatus, ThingId thingId, org.eclipse.ditto.policies.model.PolicyId policyId, String reason) A mutable builder for aThingNotCreatableExceptionthrown if a Thing could not be created because the creation of its implicit Policy failed due to a reason passed asreason.ThingNotCreatableException.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.ThingNotCreatableException.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.