Class ResponseParseException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.sourcelab.kafka.connect.apiclient.exception.ResponseParseException
All Implemented Interfaces:
Serializable

public class ResponseParseException extends RuntimeException
Thrown when the library is unable to properly parse the response from Kafka-Connect.
See Also:
  • Constructor Details

    • ResponseParseException

      public ResponseParseException(String message, com.fasterxml.jackson.databind.exc.MismatchedInputException exception)
      Constructor.
      Parameters:
      message - error msg
      exception - underlying exception, if available.