public class WxApiResponseException extends WxApiException
Constructor and Description |
---|
WxApiResponseException(org.springframework.http.ResponseEntity responseEntity) |
WxApiResponseException(String message,
org.springframework.http.client.ClientHttpResponse clientHttpResponse,
org.springframework.http.HttpStatus statusCode) |
WxApiResponseException(String message,
org.springframework.http.ResponseEntity responseEntity) |
WxApiResponseException(String message,
org.springframework.http.ResponseEntity responseEntity,
Throwable cause) |
WxApiResponseException(String message,
Throwable cause) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public WxApiResponseException(org.springframework.http.ResponseEntity responseEntity)
public WxApiResponseException(String message, org.springframework.http.ResponseEntity responseEntity)
public WxApiResponseException(String message, org.springframework.http.ResponseEntity responseEntity, Throwable cause)
public WxApiResponseException(String message, org.springframework.http.client.ClientHttpResponse clientHttpResponse, org.springframework.http.HttpStatus statusCode)
Copyright © 2018 Guangshan Technology, Inc.. All rights reserved.