public interface ErrorHandler
| Modifier and Type | Method and Description |
|---|---|
default org.springframework.http.ResponseEntity<?> |
errorResponse(Throwable e) |
default Object |
errorResponseBody(int statusCode,
Throwable e) |
default ServiceException |
notImplemented() |
default <T> T |
response(org.springframework.http.ResponseEntity<?> response) |
default org.springframework.http.ResponseEntity<?> errorResponse(Throwable e)
default <T> T response(org.springframework.http.ResponseEntity<?> response)
throws ServiceException
ServiceExceptiondefault ServiceException notImplemented()
Copyright © 2023. All rights reserved.