Class GenericExceptionMapper
java.lang.Object
io.camunda.optimize.rest.providers.GenericExceptionMapper
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<ErrorResponseDto> handleThrowable(Throwable throwable, jakarta.servlet.http.HttpServletResponse response)
-
Field Details
-
GENERIC_ERROR_CODE
- See Also:
-
NOT_FOUND_ERROR_CODE
- See Also:
-
BAD_REQUEST_ERROR_CODE
- See Also:
-
-
Constructor Details
-
GenericExceptionMapper
public GenericExceptionMapper()
-
-
Method Details
-
handleThrowable
@ExceptionHandler(java.lang.Throwable.class) public org.springframework.http.ResponseEntity<ErrorResponseDto> handleThrowable(Throwable throwable, jakarta.servlet.http.HttpServletResponse response)
-