|
JavaTM Platform Standard Ed. 6 |
|||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |
java.lang.Object java.lang.Throwable java.lang.Exception java.io.IOException java.net.HttpRetryException
public class HttpRetryException
抛出此异常指示 HTTP 请求需要重试,但由于启用了流模式而无法自动重试。
构造方法摘要 | |
---|---|
HttpRetryException(String detail,
int code)
根据指定的响应代码和异常详细消息构造新 HttpRetryException 。 |
|
HttpRetryException(String detail,
int code,
String location)
构造一个新 HttpRetryException ,使其具有详细消息 responseCode 和 Location 响应头字段的内容。 |
方法摘要 | |
---|---|
String |
getLocation()
如果重定向产生错误,则返回 Location 头字段的值。 |
String |
getReason()
返回解释不能重试 http 请求的原因的字符串。 |
int |
responseCode()
返回 http 响应代码 |
从类 java.lang.Throwable 继承的方法 |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
从类 java.lang.Object 继承的方法 |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
构造方法详细信息 |
---|
public HttpRetryException(String detail, int code)
HttpRetryException
。
detail
- 详细消息。code
- 发自服务器的 HTTP 响应代码。public HttpRetryException(String detail, int code, String location)
HttpRetryException
,使其具有详细消息 responseCode 和 Location 响应头字段的内容。
detail
- 详细消息。code
- 发自服务器的 HTTP 响应代码。location
- 作为重定向目标的 URL方法详细信息 |
---|
public int responseCode()
public String getReason()
public String getLocation()
|
JavaTM Platform Standard Ed. 6 |
|||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |
版权所有 2007 Sun Microsystems, Inc. 保留所有权利。 请遵守许可证条款。另请参阅文档重新分发政策。