Package org.bremersee.exception
Interface RestApiExceptionAware
-
- All Known Implementing Classes:
HttpClientException
public interface RestApiExceptionAware
Marker interface to get theRestApiException
model.- Author:
- Christian Bremer
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.bremersee.exception.model.RestApiException
getRestApiException()
Gets rest api exception.
-