public class HttpResponseException extends DefaultHttpClientException
Constructor and Description |
---|
HttpResponseException() |
HttpResponseException(int pointless,
String message)
不进行语言国际化转化的构造方法
|
HttpResponseException(int pointless,
String message,
Throwable cause)
不进行语言国际化转化的构造方法
|
HttpResponseException(int pointless,
String message,
Throwable cause,
boolean enableSuppression,
boolean writableStackTrace)
不进行语言国际化转化的构造方法
|
HttpResponseException(String message) |
HttpResponseException(String message,
Object... format) |
HttpResponseException(String message,
Throwable cause) |
HttpResponseException(String message,
Throwable cause,
boolean enableSuppression,
boolean writableStackTrace) |
HttpResponseException(String message,
Throwable cause,
boolean enableSuppression,
boolean writableStackTrace,
Object... format) |
HttpResponseException(String message,
Throwable cause,
Object... format) |
HttpResponseException(Throwable cause) |
getExceptionTag, getLangMessage, getLocalizedMessageTag, getMessage, getMessageTag, getRuntimeErrorTagHead, getTagFormat, getTagFormat, getTagFormatLength, initTag, printStackTrace
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, setStackTrace, toString
public HttpResponseException()
public HttpResponseException(String message)
public HttpResponseException(String message, Throwable cause, Object... format)
public HttpResponseException(Throwable cause)
public HttpResponseException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
public HttpResponseException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace, Object... format)
public HttpResponseException(int pointless, String message)
pointless
- 无意义参数,填任意值 pointless parammessage
- 信息正文public HttpResponseException(int pointless, String message, Throwable cause)
pointless
- 无意义参数,填任意值 pointless parammessage
- 信息正文cause
- 异常public HttpResponseException(int pointless, String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
pointless
- 无意义参数,填任意值 pointless parammessage
- 信息正文cause
- 异常enableSuppression
- whether or not suppression is enabled
or disabledwritableStackTrace
- whether or not the stack trace shouldCopyright © 2020. All rights reserved.