
com.joe.easysocket.client.exception.IllegalRequestException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of socket-client Show documentation
Show all versions of socket-client Show documentation
socket框架,方便快速开发socket服务端和客户端
The newest version!
package com.joe.easysocket.client.exception;
/**
* 非法请求,当请求数据不符合要求时会抛出该异常
*
* @author joe
*/
public class IllegalRequestException extends SystemException {
private static final long serialVersionUID = 855898103206510828L;
public IllegalRequestException(Throwable cause) {
super("非法请求:", cause);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy