Example usage for javax.servlet ServletException subclass-usage

List of usage examples for javax.servlet ServletException subclass-usage

Introduction

In this page you can find the example usage for javax.servlet ServletException subclass-usage.

Usage

From source file org.sigmah.server.servlet.base.StatusServletException.java

/**
 * Custom {@link ServletException} carrying a response status code.
 * 
 * @author Denis Colliot (dcolliot@ideia.fr)
 * @see com.google.gwt.http.client.Response
 */

From source file od.exception.MissingTenantException.java

@ResponseStatus(value = HttpStatus.NOT_FOUND, reason = "Tenant Not Found") //404
public class MissingTenantException extends ServletException {
    private static final long serialVersionUID = 156338621418684632L;
    private String message;

    public MissingTenantException() {

From source file com.bluexml.xforms.controller.alfresco.AlfrescoWebscriptException.java

public class AlfrescoWebscriptException extends ServletException {

    private static final long serialVersionUID = 1L;

    protected static Log logger = LogFactory.getLog(AlfrescoWebscriptException.class);