Class ParsingException

All Implemented Interfaces:
Serializable

@EvolvingApi public class ParsingException extends RuntimeException
Exception to indicate that parsing CDC JSON data has failed irrecoverably.
Since:
Jet 4.2
See Also:
  • Constructor Details

    • ParsingException

      public ParsingException(String message)
      Constructs a new exception with the specified detail message.
      Parameters:
      message - the detail message.
    • ParsingException

      public ParsingException(String message, Throwable cause)
      Constructs a new exception with the specified detail message and Throwable as cause.
      Parameters:
      message - the detail message.
      cause - the cause of this exception.