Package com.dataset.service.rest.v1
Class RestExceptionHandler
java.lang.Object
com.dataset.service.rest.v1.RestExceptionHandler
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<String>
handleRuntimeException
(RuntimeException ex, jakarta.servlet.http.HttpServletRequest request)
-
Constructor Details
-
RestExceptionHandler
public RestExceptionHandler()
-
-
Method Details
-
handleRuntimeException
@ExceptionHandler(java.lang.RuntimeException.class) public org.springframework.http.ResponseEntity<String> handleRuntimeException(RuntimeException ex, jakarta.servlet.http.HttpServletRequest request)
-