Package org.bremersee.exception
Interface HttpStatusAware
-
- All Known Implementing Classes:
AccessTokenRetrieverAuthenticationException
,FeignClientException
,HttpClientException
,LdaptiveException
,MinioException
,ServiceException
public interface HttpStatusAware
Marker interface to get the HTTP status code.- Author:
- Christian Bremer
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
status()
Gets the HTTP status code.
-