public class AbortedException extends RuntimeException
| Constructor and Description |
|---|
AbortedException()
Simple connection abort exception without stack
|
AbortedException(String message) |
| Modifier and Type | Method and Description |
|---|---|
Throwable |
fillInStackTrace() |
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, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic AbortedException()
public AbortedException(String message)
public Throwable fillInStackTrace()
fillInStackTrace in class Throwablepublic static boolean isConnectionReset(Throwable err)
err - an inbound exception