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