public class ProxyException
extends java.io.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(java.lang.Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
ProxyException |
getCause()
ProxyException all the way down. |
public ProxyException getCause()
ProxyException all the way down.getCause in class java.lang.ThrowableCopyright © 2013. All Rights Reserved.