Class TopicUpdate.InvalidPatchException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.pushtechnology.diffusion.client.session.SessionException
com.pushtechnology.diffusion.client.features.TopicUpdate.InvalidPatchException
- All Implemented Interfaces:
Serializable
- Enclosing interface:
- TopicUpdate
Exception thrown to report that a JSON Patch was invalid.
- Since:
- 6.4
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInvalidPatchException
(String message) Constructor.InvalidPatchException
(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
-
InvalidPatchException
Constructor. -
InvalidPatchException
Constructor.
-