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

com.firefly.mvc.web.support.exception.WebException Maven / Gradle / Ivy

There is a newer version: 4.0.3.2
Show newest version
package com.firefly.mvc.web.support.exception;

public class WebException extends RuntimeException {

	private static final long serialVersionUID = 5463739797601360583L;

	public WebException(String msg) {
		super(msg);
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy