public class URLConnectionFailureException extends IOException
| Constructor and Description |
|---|
URLConnectionFailureException()
Creates a new URLConnectionFailureException.
|
URLConnectionFailureException(String msg)
Creates a new URLConnectionFailureException.
|
URLConnectionFailureException(String msg,
Throwable ex)
Creates a new URLConnectionFailureException.
|
URLConnectionFailureException(Throwable ex)
Creates a new URLConnectionFailureException.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic URLConnectionFailureException()
public URLConnectionFailureException(String msg)
msg - a message for the exception.public URLConnectionFailureException(Throwable ex)
ex - the cause of the download failure.Copyright? 2012-15 Jeremy Long. All Rights Reserved.