com.deepexi.devops.proxy.exception.HandlerIntegrityException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of http-proxy-servlet Show documentation
Show all versions of http-proxy-servlet Show documentation
Supports servlets for http and https request proxy
The newest version!
package com.deepexi.devops.proxy.exception;
/**
* 处理器完整性异常
* @author linyuan - [email protected]
* @since 2019-12-18
*/
public class HandlerIntegrityException extends Exception {
public HandlerIntegrityException(String message) {
super(message);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy