org.fcrepo.server.errors.servletExceptionExtensions
Class NotFound404Exception

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by javax.servlet.ServletException
              extended by org.fcrepo.server.errors.servletExceptionExtensions.RootException
                  extended by org.fcrepo.server.errors.servletExceptionExtensions.NotFound404Exception
All Implemented Interfaces:
Serializable

public class NotFound404Exception
extends RootException

Thrown to reach 404 Not Found error page.

Author:
Chris Wilper
See Also:
Serialized Form

Constructor Summary
NotFound404Exception(javax.servlet.http.HttpServletRequest request, String action, String detail, String[] details)
           
NotFound404Exception(String message, javax.servlet.http.HttpServletRequest request, String action, String detail, String[] details)
           
NotFound404Exception(String message, Throwable cause, javax.servlet.http.HttpServletRequest request, String action, String detail, String[] details)
           
 
Method Summary
 
Methods inherited from class org.fcrepo.server.errors.servletExceptionExtensions.RootException
getAction, getDetail, getDetails, getRequest, getServletException
 
Methods inherited from class javax.servlet.ServletException
getRootCause
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NotFound404Exception

public NotFound404Exception(javax.servlet.http.HttpServletRequest request,
                            String action,
                            String detail,
                            String[] details)

NotFound404Exception

public NotFound404Exception(String message,
                            javax.servlet.http.HttpServletRequest request,
                            String action,
                            String detail,
                            String[] details)

NotFound404Exception

public NotFound404Exception(String message,
                            Throwable cause,
                            javax.servlet.http.HttpServletRequest request,
                            String action,
                            String detail,
                            String[] details)


Copyright © 2012 DuraSpace. All Rights Reserved.