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

clime.messadmin.providers.spi.RequestExceptionProvider Maven / Gradle / Ivy

Go to download

Notification system and Session administration for J2EE Web Applications

There is a newer version: 4.1.1
Show newest version
/**
 * 
 */
package clime.messadmin.providers.spi;

import javax.servlet.ServletContext;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;

/**
 * @author Cédrik LIME
 */
public interface RequestExceptionProvider extends BaseProvider {
	/**
	 * Notification that the servlet request processing generated an exception.
	 */
	public void requestException(Exception e, HttpServletRequest request, HttpServletResponse response, ServletContext servletContext);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy