public class ProxyException extends IOException
This exception captures the part of the information of the original exception so that the caller can get some information about the problem that happened.
| Constructor and Description |
|---|
ProxyException(Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
ProxyException |
getCause()
ProxyException all the way down. |
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ProxyException getCause()
ProxyException all the way down.Copyright © 2004–2020. All rights reserved.