public class AbortedException
extends java.lang.RuntimeException
| Constructor and Description |
|---|
AbortedException()
Simple connection abort exception without stack
|
AbortedException(java.lang.String message) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Throwable |
fillInStackTrace() |
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()
public AbortedException(java.lang.String message)
public java.lang.Throwable fillInStackTrace()
fillInStackTrace in class java.lang.Throwablepublic static boolean isConnectionReset(java.lang.Throwable err)
err - an inbound exception