public final class RouteException
extends java.lang.RuntimeException
Modifier and Type | Field and Description |
---|---|
private static java.lang.reflect.Method |
addSuppressedExceptionMethod |
private java.io.IOException |
lastException |
Constructor and Description |
---|
RouteException(java.io.IOException cause) |
Modifier and Type | Method and Description |
---|---|
void |
addConnectException(java.io.IOException e) |
private void |
addSuppressedIfPossible(java.io.IOException e,
java.io.IOException suppressed) |
java.io.IOException |
getLastConnectException() |