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

com.firefly.server.exception.HttpServerException Maven / Gradle / Ivy

There is a newer version: 4.0.3.2
Show newest version
package com.firefly.server.exception;

@SuppressWarnings("serial")
public class HttpServerException extends RuntimeException {
	public HttpServerException(String msg) {
		super(msg);
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy