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, toString
public ProxyException(Throwable cause)
public ProxyException getCause()
ProxyException
all the way down.Copyright © 2014. All rights reserved.