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 Details

    • ExceptionHandler

      public ExceptionHandler(Throwable e, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
      Create an ExceptionHandler.
      Parameters:
      e - Throwable
      request - HttpServletRequest
      response - HttpServletResponse
  • Method Details