public class HttpResponseException extends InterfaceToolsException
文件名:HttpResponseException.java
用途:定义接口响应错误时,抛出的异常
编码时间:2022年5月16日 下午5:17:17
修改时间:2022年5月16日 下午5:17:17
Constructor and Description |
---|
HttpResponseException() |
HttpResponseException(String message) |
HttpResponseException(String message,
Throwable cause) |
HttpResponseException(String message,
Throwable cause,
boolean enableSuppression,
boolean writableStackTrace) |
HttpResponseException(Throwable cause) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public HttpResponseException()
public HttpResponseException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
public HttpResponseException(String message)
public HttpResponseException(Throwable cause)
Copyright © 2024. All rights reserved.