Package net.daveray.rewardsapi.rest
Class ErrorController
java.lang.Object
net.daveray.rewardsapi.rest.ErrorController
ErrorController to catch unknown errors
causing 404 responses to be thrown by
spring-mvc or the RestController
- Since:
- November 2023
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionWraps HttpStatus.NOT_FOUND and re-throws as RuntimeException
-
Constructor Details
-
ErrorController
public ErrorController()
-
-
Method Details
-
catchNotFoundExceptions
Wraps HttpStatus.NOT_FOUND and re-throws as RuntimeException- Throws:
RuntimeException- See Also:
-