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

public class AlreadyExistsException extends ConnectException
Indicates the operation tried to create an entity that already exists.
See Also:
  • Constructor Details

    • AlreadyExistsException

      public AlreadyExistsException(String s)
    • AlreadyExistsException

      public AlreadyExistsException(String s, Throwable throwable)
    • AlreadyExistsException

      public AlreadyExistsException(Throwable throwable)