public class

ConnectionAbortedException

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.ConnectionAbortedException

Summary

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

public ConnectionAbortedException (Throwable t)

public ConnectionAbortedException (String message, Throwable cause)