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, jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response) Create an ExceptionHandler. -
Method Summary
-
Constructor Details
-
ExceptionHandler
public ExceptionHandler(Throwable e, jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response) Create an ExceptionHandler.- Parameters:
e- Throwablerequest- HttpServletRequestresponse- HttpServletResponse
-
-
Method Details
-
handle
- Throws:
IOException
-