Package org.apache.kafka.connect.errors
Class AlreadyExistsException
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.AlreadyExistsException
- All Implemented Interfaces:
- Serializable
Indicates the operation tried to create an entity that already exists.
- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionAlreadyExistsException(String s, Throwable throwable) AlreadyExistsException(Throwable throwable) 
- 
Method SummaryMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
AlreadyExistsException
- 
AlreadyExistsException
- 
AlreadyExistsException
 
-