Class ErrorController
java.lang.Object
de.hybris.platform.odata2webservices.controller.ErrorController
A controller for handling 403 and 404 error codes which happen
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionhandleError(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
-
Constructor Details
-
ErrorController
public ErrorController()
-
-
Method Details
-
handleError
@RequestMapping("/error") public String handleError(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
-