Class ParsingException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.hazelcast.jet.cdc.ParsingException
All Implemented Interfaces:
Serializable

@EvolvingApi
public class ParsingException
extends Exception
Exception to indicate that parsing CDC JSON data has failed irrecoverably.
Since:
4.2
See Also:
Serialized Form
  • 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.