Class KinesisClientThrottledException

  • All Implemented Interfaces:
    java.io.Serializable

    public class KinesisClientThrottledException
    extends java.lang.Exception
    Thrown when the Kinesis client was throttled due to rate limits.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      KinesisClientThrottledException​(java.lang.String s, software.amazon.awssdk.services.kinesis.model.KinesisException e)  
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • KinesisClientThrottledException

        public KinesisClientThrottledException​(java.lang.String s,
                                               software.amazon.awssdk.services.kinesis.model.KinesisException e)