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

cn.ubibi.jettyboot.framework.rest.ifs.ControllerExceptionHandler Maven / Gradle / Ivy

There is a newer version: 1.0.50
Show newest version
package cn.ubibi.jettyboot.framework.rest.ifs;

import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import java.io.IOException;

public interface ControllerExceptionHandler {

    boolean handle(Exception e, HttpServletRequest request, HttpServletResponse response) throws IOException;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy