public class

OperationTimeoutException

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

Summary

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

public OperationTimeoutException (Throwable t)

public OperationTimeoutException (String message, Throwable cause)