Class ExceptionHandlerConfig
java.lang.Object
hu.rts.mike.example.dev.crm.rest.config.ExceptionHandlerConfig
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected org.springframework.http.ResponseEntity<ErrorDto>handleErrorCodeException(ErrorCodeException ex, org.springframework.web.context.request.WebRequest request) protected org.springframework.http.ResponseEntity<ErrorDto>handleSqlException(RuntimeException ex, org.springframework.web.context.request.WebRequest request)
-
Constructor Details
-
ExceptionHandlerConfig
public ExceptionHandlerConfig()
-
-
Method Details
-
handleSqlException
@ExceptionHandler(org.postgresql.util.PSQLException.class) protected org.springframework.http.ResponseEntity<ErrorDto> handleSqlException(RuntimeException ex, org.springframework.web.context.request.WebRequest request) -
handleErrorCodeException
@ExceptionHandler(ErrorCodeException.class) protected org.springframework.http.ResponseEntity<ErrorDto> handleErrorCodeException(ErrorCodeException ex, org.springframework.web.context.request.WebRequest request)
-