public class JsonPatchFailedException
extends java.lang.RuntimeException
| Constructor and Description |
|---|
JsonPatchFailedException(JsonPatchOperation instruction,
java.lang.String message) |
JsonPatchFailedException(JsonPatchOperation instruction,
java.lang.String message,
java.lang.Throwable cause) |
JsonPatchFailedException(JsonPatchOperation instruction,
java.lang.Throwable cause) |
JsonPatchFailedException(JsonPatchOperationType type,
com.fasterxml.jackson.core.JsonPointer path,
com.fasterxml.jackson.databind.JsonNode value,
com.fasterxml.jackson.core.JsonPointer from,
java.lang.String message) |
JsonPatchFailedException(JsonPatchOperationType type,
com.fasterxml.jackson.core.JsonPointer path,
com.fasterxml.jackson.databind.JsonNode value,
com.fasterxml.jackson.core.JsonPointer from,
java.lang.String message,
java.lang.Throwable cause) |
JsonPatchFailedException(JsonPatchOperationType type,
com.fasterxml.jackson.core.JsonPointer path,
com.fasterxml.jackson.databind.JsonNode value,
com.fasterxml.jackson.core.JsonPointer from,
java.lang.Throwable cause) |
JsonPatchFailedException(java.lang.String message) |
JsonPatchFailedException(java.lang.String message,
java.lang.Throwable cause) |
public JsonPatchFailedException(java.lang.String message,
java.lang.Throwable cause)
public JsonPatchFailedException(java.lang.String message)
public JsonPatchFailedException(JsonPatchOperation instruction, java.lang.String message)
public JsonPatchFailedException(JsonPatchOperation instruction, java.lang.String message, java.lang.Throwable cause)
public JsonPatchFailedException(JsonPatchOperation instruction, java.lang.Throwable cause)
public JsonPatchFailedException(JsonPatchOperationType type, com.fasterxml.jackson.core.JsonPointer path, com.fasterxml.jackson.databind.JsonNode value, com.fasterxml.jackson.core.JsonPointer from, java.lang.String message)
public JsonPatchFailedException(JsonPatchOperationType type, com.fasterxml.jackson.core.JsonPointer path, com.fasterxml.jackson.databind.JsonNode value, com.fasterxml.jackson.core.JsonPointer from, java.lang.String message, java.lang.Throwable cause)
public JsonPatchFailedException(JsonPatchOperationType type, com.fasterxml.jackson.core.JsonPointer path, com.fasterxml.jackson.databind.JsonNode value, com.fasterxml.jackson.core.JsonPointer from, java.lang.Throwable cause)