org.shoulder.http.exception.InvalidResponseCodeException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of shoulder-http Show documentation
Show all versions of shoulder-http Show documentation
Shoulder 提供的 Http 通信模块,几十行核心代码,在 Spring RestTemplate 基础上实现了AOP日志、异常处理、统一响应解析能力。
The newest version!
package org.shoulder.http.exception;
/**
* 响应值中 code 不为 0
*
* @author lym
*/
public class InvalidResponseCodeException extends InvalidResponseException {
public InvalidResponseCodeException(Throwable cause) {
super(cause);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy