org.fcrepo.server.errors.servletExceptionExtensions
Class RootException
java.lang.Object
java.lang.Throwable
java.lang.Exception
javax.servlet.ServletException
org.fcrepo.server.errors.servletExceptionExtensions.RootException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- BadRequest400Exception, Continue100Exception, Forbidden403Exception, InternalError500Exception, NotFound404Exception, Ok200Exception, Unauthorized401Exception, Unavailable503Exception
public abstract class RootException
- extends javax.servlet.ServletException
Root of HTTP servlet exceptions.
- Author:
- Bill Niebel
- See Also:
- Serialized Form
|
Constructor Summary |
RootException(javax.servlet.http.HttpServletRequest request,
String action,
String detail,
String[] details)
|
RootException(String message,
javax.servlet.http.HttpServletRequest request,
String action,
String detail,
String[] details)
|
RootException(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 |
RootException
public RootException(javax.servlet.http.HttpServletRequest request,
String action,
String detail,
String[] details)
RootException
public RootException(String message,
javax.servlet.http.HttpServletRequest request,
String action,
String detail,
String[] details)
RootException
public RootException(String message,
Throwable cause,
javax.servlet.http.HttpServletRequest request,
String action,
String detail,
String[] details)
getAction
public final String getAction()
getDetail
public final String getDetail()
getDetails
public final String[] getDetails()
getRequest
public final javax.servlet.http.HttpServletRequest getRequest()
getServletException
public static final javax.servlet.ServletException getServletException(AuthzException ae,
javax.servlet.http.HttpServletRequest request,
String action,
String[] details)
Copyright © 2011 DuraSpace. All Rights Reserved.