Package org.bremersee.exception
Interface RestApiExceptionAware
- All Known Implementing Classes:
FeignClientException
,RestApiResponseException
public interface RestApiExceptionAware
Marker interface to get the
RestApiException
model.- Author:
- Christian Bremer
-
Method Summary
Modifier and TypeMethodDescriptionGets rest api exception.
-
Method Details
-
getRestApiException
RestApiException getRestApiException()Gets rest api exception.- Returns:
- the rest api exception or
null
-