org.fcrepo.server.errors.servletExceptionExtensions
Class InternalError500Exception
java.lang.Object
java.lang.Throwable
java.lang.Exception
javax.servlet.ServletException
org.fcrepo.server.errors.servletExceptionExtensions.RootException
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)
|
| 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 |
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 © 2012 DuraSpace. All Rights Reserved.