public class HttpNotFoundException extends HttpException
| Constructor and Description |
|---|
HttpNotFoundException(String responseMessage,
URL baseURL)
construct a HttpNotFoundException (404 Error)
|
HttpNotFoundException(URL url,
Throwable t)
construct a HttpNotFoundException (404 Error)
|
getCause, getMessage, getResponseCode, getResponseMessageaddSuppressed, fillInStackTrace, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringCopyright © 2012. All Rights Reserved.