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