public final class JSONPatchException extends DiffusionClientException
This may be for a number of reasons, such as an invalid patch being supplied or the target topic not being compatible with JSON patching. The cause will provide more detail.
Constructor and Description |
---|
JSONPatchException(Integer indexOfFailedOperation)
Constructor.
|
JSONPatchException(String message,
Throwable cause)
Constructor.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public JSONPatchException(String message, Throwable cause)
message
- the detail messagecause
- the cause which will be an exception as defined by the
Diffusion Client API.public JSONPatchException(Integer indexOfFailedOperation)
indexOfFailedOperation
- the index of the first operation of patch
which failedCopyright © 2024 DiffusionData Limited. All rights reserved.