Class ParsingException

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

public class ParsingException extends RuntimeException
Exception to indicate that parsing CDC JSON data has failed irrecoverably.
Since:
5.5
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.