java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ com.netflix.astyanax.connectionpool.exceptions.ConnectionException
         ↳ com.netflix.astyanax.connectionpool.exceptions.TimeoutException

Summary

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

public TimeoutException (Throwable t)

public TimeoutException (String message, Throwable cause)