public class InvalidStateException extends KinesisClientLibNonRetryableException
| Constructor and Description |
|---|
InvalidStateException(java.lang.String message) |
InvalidStateException(java.lang.String message,
java.lang.Exception e) |
public InvalidStateException(java.lang.String message)
message - provides more details about the cause and potential ways to debug/address.public InvalidStateException(java.lang.String message,
java.lang.Exception e)
message - provides more details about the cause and potential ways to debug/address.e - Cause of the exception