public class

MaxConnsPerHostReachedException

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

Class Overview

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

Summary

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

public MaxConnsPerHostReachedException (Throwable t)

public MaxConnsPerHostReachedException (String message, Throwable cause)