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, getResponseMessage
addSuppressed, fillInStackTrace, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
Copyright © 2012. All Rights Reserved.