com.netflix.astyanax.connectionpool.exceptions
Class TimeoutException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.netflix.astyanax.connectionpool.exceptions.ConnectionException
              extended by com.netflix.astyanax.connectionpool.exceptions.TimeoutException
All Implemented Interfaces:
IsDeadConnectionException, IsRetryableException, IsTimeoutException, Serializable

public class TimeoutException
extends ConnectionException
implements IsRetryableException, IsDeadConnectionException, IsTimeoutException

See Also:
Serialized Form

Constructor Summary
TimeoutException(String message)
           
TimeoutException(String message, Throwable cause)
           
TimeoutException(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

TimeoutException

public TimeoutException(String message)

TimeoutException

public TimeoutException(Throwable t)

TimeoutException

public TimeoutException(String message,
                        Throwable cause)


Copyright © 2012. All Rights Reserved.