cq.web.servlet.exception.WebException Maven / Gradle / Ivy
The newest version!
package cq.web.servlet.exception;
@SuppressWarnings("serial")
public class WebException extends RuntimeException{
public WebException(String msg){
super(msg);
}
public WebException(Throwable t){
super(t);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy