org.fcrepo.server.errors.servletExceptionExtensions
Class InternalError500Exception

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.InternalError500Exception
All Implemented Interfaces:
Serializable

public class InternalError500Exception
extends RootException

Thrown to reach 500-Internal Server Error error page.

Author:
Bill Niebel
See Also:
Serialized Form

Constructor Summary
InternalError500Exception(javax.servlet.http.HttpServletRequest request, String action, String detail, String[] details)
           
InternalError500Exception(String message, javax.servlet.http.HttpServletRequest request, String action, String detail, String[] details)
           
InternalError500Exception(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

InternalError500Exception

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

InternalError500Exception

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

InternalError500Exception

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


Copyright © 2011 DuraSpace. All Rights Reserved.