|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.netflix.astyanax.connectionpool.exceptions.ConnectionException
com.netflix.astyanax.connectionpool.exceptions.ThrottledException
public class ThrottledException
Constructor Summary | |
---|---|
ThrottledException(String message)
|
|
ThrottledException(String message,
Throwable cause)
|
|
ThrottledException(Throwable t)
|
Method Summary |
---|
Methods inherited from class com.netflix.astyanax.connectionpool.exceptions.ConnectionException |
---|
getHost, getLatency, getLatency, getLatencyWithPool, getMessage, getOriginalMessage, setAttempt, setHost, setLatency, setLatencyWithPool |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, 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 |
---|
public ThrottledException(String message)
public ThrottledException(Throwable t)
public ThrottledException(String message, Throwable cause)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |