Package org.alfresco.repo.webdav
Class ExceptionHandler
java.lang.Object
org.alfresco.repo.webdav.ExceptionHandler
Create a suitable HttpServletResponse when face with an exception.
- Author:
- Matt Ward
-
Constructor Summary
ConstructorsConstructorDescriptionExceptionHandler
(Throwable e, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) Create an ExceptionHandler. -
Method Summary
-
Constructor Details
-
ExceptionHandler
public ExceptionHandler(Throwable e, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) Create an ExceptionHandler.- Parameters:
e
- Throwablerequest
- HttpServletRequestresponse
- HttpServletResponse
-
-
Method Details
-
handle
- Throws:
IOException
-