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

com.healthy.common.websocket.exception.ErrorJsonMessageException Maven / Gradle / Ivy

There is a newer version: 2.0.0-M1
Show newest version
package com.healthy.common.websocket.exception;

/**
 * 错误的 json 消息
 *
 * @author xm.z
 */
public class ErrorJsonMessageException extends RuntimeException {

	public ErrorJsonMessageException(String message) {
		super(message);
	}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy