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 -
Method Summary
-
Constructor Details
-
FurmsErrorController
public FurmsErrorController()
-
-
Method Details
-
error
@RequestMapping public org.springframework.http.ResponseEntity<io.imunity.furms.server.error.FurmsErrorData> error(javax.servlet.http.HttpServletRequest request) -
getStatus
protected org.springframework.http.HttpStatus getStatus(javax.servlet.http.HttpServletRequest request)
-