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:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description ResponseParseException(String message, com.fasterxml.jackson.databind.exc.MismatchedInputException exception)Constructor. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ResponseParseException
public ResponseParseException(String message, com.fasterxml.jackson.databind.exc.MismatchedInputException exception)Constructor.- Parameters:
message- error msgexception- underlying exception, if available.
-