Package io.imunity.furms.server.error
Class FurmsErrorController
- java.lang.Object
-
- io.imunity.furms.server.error.FurmsErrorController
-
- All Implemented Interfaces:
org.springframework.boot.web.servlet.error.ErrorController
@Controller @RequestMapping("/error") public class FurmsErrorController extends Object implements org.springframework.boot.web.servlet.error.ErrorController
-
-
Constructor Summary
Constructors Constructor Description FurmsErrorController()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.springframework.http.ResponseEntity<io.imunity.furms.server.error.FurmsErrorData>
error(javax.servlet.http.HttpServletRequest request)
protected org.springframework.http.HttpStatus
getStatus(javax.servlet.http.HttpServletRequest request)
-