Class TopicUpdate.FailedPatchException

All Implemented Interfaces:
Serializable
Enclosing interface:
TopicUpdate

public static final class TopicUpdate.FailedPatchException extends SessionException
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 Details

    • FailedPatchException

      public FailedPatchException(String message)
      Constructor.
    • FailedPatchException

      public FailedPatchException(String message, Throwable t)
      Constructor.