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

exception.ResourceNotFoundException Maven / Gradle / Ivy

package exception;

public class ResourceNotFoundException extends RuntimeException {
	private static final long serialVersionUID = 1781257842190565308L;

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

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy