public class HttpNotFoundException extends HttpException
| Constructor | Description |
|---|---|
HttpNotFoundException(java.lang.String responseMessage,
java.net.URL baseURL) |
construct a HttpNotFoundException (404 Error)
|
HttpNotFoundException(java.net.URL url,
java.lang.Throwable t) |
construct a HttpNotFoundException (404 Error)
|
getCause, getMessage, getResponseCode, getResponseMessagepublic HttpNotFoundException(java.lang.String responseMessage,
java.net.URL baseURL)
responseMessage - baseURL - public HttpNotFoundException(java.net.URL url,
java.lang.Throwable t)
url - t -