Package org.bremersee.exception
Interface RestApiExceptionAware
-
- All Known Implementing Classes:
FeignClientException,HttpClientException,WebClientException
public interface RestApiExceptionAwareMarker interface to get theRestApiExceptionmodel.- Author:
- Christian Bremer
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.bremersee.exception.model.RestApiExceptiongetRestApiException()Gets rest api exception.
-