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