public class HttpInternalErrorException extends HttpException
| Constructor | Description |
|---|---|
HttpInternalErrorException(java.net.URL url) |
construct an internal http error form an url
|
HttpInternalErrorException(java.net.URL url,
java.lang.Throwable t) |
construct an internal HTTP Error from a URL and a throwable
|
getCause, getMessage, getResponseCode, getResponseMessagepublic HttpInternalErrorException(java.net.URL url)
url - public HttpInternalErrorException(java.net.URL url,
java.lang.Throwable t)
url - t -