public class ThrottlingException extends KinesisClientLibRetryableException
| Constructor and Description |
|---|
ThrottlingException(java.lang.String message) |
ThrottlingException(java.lang.String message,
java.lang.Exception e) |
public ThrottlingException(java.lang.String message)
message - Message about what was throttled and any guidance we can provide.public ThrottlingException(java.lang.String message,
java.lang.Exception e)
message - provides more details about the cause and potential ways to debug/address.e - Underlying cause of the exception.