public class HttpNotFoundException extends HttpException
Constructor and 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, getResponseMessage
public HttpNotFoundException(java.lang.String responseMessage, java.net.URL baseURL)
responseMessage
- baseURL
- public HttpNotFoundException(java.net.URL url, java.lang.Throwable t)
url
- t
-