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

jodd.joy.server.ServerException Maven / Gradle / Ivy

The newest version!
package jodd.joy.server;

/**
 * Server exception.
 */
public class ServerException extends RuntimeException {

	public ServerException(String message, Throwable cause) {
		super(message, cause);
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy