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