public class

HostDownException

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

Class Overview

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

Summary

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

public HostDownException (Throwable t)

public HostDownException (String message, Throwable cause)