Uses of Class
org.eclipse.ditto.things.model.signals.commands.exceptions.PoliciesConflictingException
Packages that use PoliciesConflictingException
-
Uses of PoliciesConflictingException in org.eclipse.ditto.things.model.signals.commands.exceptions
Methods in org.eclipse.ditto.things.model.signals.commands.exceptions that return PoliciesConflictingExceptionModifier and TypeMethodDescriptionprotected PoliciesConflictingExceptionPoliciesConflictingException.Builder.doBuild(org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders, String message, String description, Throwable cause, URI href) static PoliciesConflictingExceptionPoliciesConflictingException.fromJson(org.eclipse.ditto.json.JsonObject jsonObject, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders) Constructs a newPoliciesConflictingExceptionobject with the exception message extracted from the given JSON object.static PoliciesConflictingExceptionPoliciesConflictingException.fromMessage(String message, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders) Constructs a newPolicyNotAllowedExceptionobject with the given exception message.