/spring-exception-handler-example

Example for exception handler in spring.

Primary LanguageJava

spring-exception-handler-example

Example for exception handler in spring.

Examples exception response

{
    "error": {
        "code": 404,
        "message": "The Country not found.",
        "status": "COUNTRY_NOT_FOUND"
    }
}