com.netflix.astyanax.connectionpool.exceptions
Class HostDownException

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.HostDownException
All Implemented Interfaces:
IsDeadConnectionException, IsRetryableException, Serializable

public class HostDownException
extends ConnectionException
implements IsRetryableException, IsDeadConnectionException

No more connections may be opened on a host and no timeout was specified.

Author:
elandau
See Also:
Serialized Form

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

HostDownException

public HostDownException(String message)

HostDownException

public HostDownException(Throwable t)

HostDownException

public HostDownException(String message,
                         Throwable cause)


Copyright © 2012. All Rights Reserved.