Uses of Class
org.eclipse.ditto.things.model.signals.commands.exceptions.PolicyInvalidException.Builder
-
Packages that use PolicyInvalidException.Builder Package Description org.eclipse.ditto.things.model.signals.commands.exceptions -
-
Uses of PolicyInvalidException.Builder in org.eclipse.ditto.things.model.signals.commands.exceptions
Methods in org.eclipse.ditto.things.model.signals.commands.exceptions that return PolicyInvalidException.Builder Modifier and Type Method Description static PolicyInvalidException.BuilderPolicyInvalidException. newBuilder(java.util.Collection<java.lang.String> permissions, ThingId thingId)A mutable builder for aPolicyInvalidException.static PolicyInvalidException.BuilderPolicyInvalidException. newBuilderForCause(java.lang.Throwable cause, ThingId thingId)A mutable builder for aPolicyInvalidExceptioncaused by some other error.
-