Class TopicUpdate.FailedPatchException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.pushtechnology.diffusion.client.session.SessionException
com.pushtechnology.diffusion.client.features.TopicUpdate.FailedPatchException
- All Implemented Interfaces:
Serializable
- Enclosing interface:
- TopicUpdate
Exception thrown to report that applying a JSON Patch failed.
This can happen if the topic's current value is not valid CBOR. See
TopicSpecification.VALIDATE_VALUES
.
- Since:
- 6.4
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionFailedPatchException
(String message) Constructor.FailedPatchException
(String message, Throwable t) Constructor. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
FailedPatchException
Constructor. -
FailedPatchException
Constructor.
-