Class NotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.kafka.common.KafkaException
org.apache.kafka.connect.errors.ConnectException
org.apache.kafka.connect.errors.NotFoundException
- All Implemented Interfaces:
Serializable
Indicates that an operation attempted to modify or delete a connector or task that is not present on the worker.
- See Also:
Constructor Summary
ConstructorsConstructorDescriptionNotFoundException(String s, Throwable throwable) NotFoundException(Throwable throwable) Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
Constructor Details
NotFoundException
NotFoundException
NotFoundException