public class AbortedException
extends java.lang.RuntimeException
| Constructor and Description |
|---|
AbortedException(java.lang.String message) |
AbortedException(java.lang.Throwable throwable) |
| Modifier and Type | Method and Description |
|---|---|
static AbortedException |
beforeSend() |
static boolean |
isConnectionReset(java.lang.Throwable err)
Return true if connection has been simply aborted on a tcp level by verifying if
the given inbound error.
|
public AbortedException(java.lang.String message)
public AbortedException(java.lang.Throwable throwable)
public static boolean isConnectionReset(java.lang.Throwable err)
err - an inbound exceptionpublic static AbortedException beforeSend()