public class AbortedException extends RuntimeException
| Constructor and Description | 
|---|
AbortedException(String message)  | 
AbortedException(Throwable throwable)  | 
| Modifier and Type | Method and Description | 
|---|---|
static AbortedException | 
beforeSend()  | 
static boolean | 
isConnectionReset(Throwable err)
Return true if connection has been simply aborted on a tcp level by verifying if
 the given inbound error. 
 | 
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic AbortedException(String message)
public AbortedException(Throwable throwable)
public static boolean isConnectionReset(Throwable err)
err - an inbound exceptionpublic static AbortedException beforeSend()