Class DynamoDbSinkException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.apache.flink.connector.dynamodb.sink.DynamoDbSinkException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
InvalidConfigurationException,InvalidRequestException
@PublicEvolving public class DynamoDbSinkException extends RuntimeException
Exception is thrown when DynamoDb sink failed to write data.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DynamoDbSinkException(String message)DynamoDbSinkException(String message, Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-