@Internal public abstract class FlinkKinesisException extends RuntimeException
RuntimeException wrapper indicating the exception was thrown from this connector.
This class is abstract, semantic subclasses should be created to indicate the type of exception.| Modifier and Type | Class and Description |
|---|---|
static class |
FlinkKinesisException.FlinkKinesisTimeoutException
A semantic
RuntimeException thrown to indicate timeout errors in the Kinesis connector. |
| Constructor and Description |
|---|
FlinkKinesisException(String message) |
FlinkKinesisException(String message,
Throwable cause) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringCopyright © 2014–2022 The Apache Software Foundation. All rights reserved.