All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.joe.easysocket.client.exception.IllegalDataException Maven / Gradle / Ivy

The newest version!
package com.joe.easysocket.client.exception;

/**
 * 非法数据
 *
 * @author joe
 */
public class IllegalDataException extends SystemException {
    private static final long serialVersionUID = 6845734111883020226L;

    public IllegalDataException(String data) {
        super("非法数据:" + data);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy