public class

ThrottledException

extends ConnectionException
implements IsRetryableException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ com.netflix.astyanax.connectionpool.exceptions.ConnectionException
         ↳ com.netflix.astyanax.connectionpool.exceptions.ThrottledException

Summary

Public Constructors
ThrottledException(String message)
ThrottledException(Throwable t)
ThrottledException(String message, Throwable cause)
[Expand]
Inherited Methods
From class com.netflix.astyanax.connectionpool.exceptions.ConnectionException
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public ThrottledException (String message)

public ThrottledException (Throwable t)

public ThrottledException (String message, Throwable cause)