
com.joe.easysocket.client.exception.DataOutOfMemory 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 DataOutOfMemory extends SystemException {
private static final long serialVersionUID = -6207632501397751811L;
public DataOutOfMemory(String message) {
super(message);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy