public class

PoolTimeoutException

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

Summary

Public Constructors
PoolTimeoutException(String message)
PoolTimeoutException(Throwable t)
PoolTimeoutException(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 PoolTimeoutException (String message)

public PoolTimeoutException (Throwable t)

public PoolTimeoutException (String message, Throwable cause)