| Package | Description |
|---|---|
| org.apache.flink.streaming.connectors.kafka |
| Modifier and Type | Method and Description |
|---|---|
FlinkKafkaErrorCode |
FlinkKafkaException.getErrorCode() |
static FlinkKafkaErrorCode |
FlinkKafkaErrorCode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FlinkKafkaErrorCode[] |
FlinkKafkaErrorCode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
FlinkKafkaException(FlinkKafkaErrorCode errorCode,
String message) |
FlinkKafkaException(FlinkKafkaErrorCode errorCode,
String message,
Throwable cause) |
Copyright © 2014–2019 The Apache Software Foundation. All rights reserved.