Interface RestApiExceptionAware

  • All Known Implementing Classes:
    HttpClientException

    public interface RestApiExceptionAware
    Marker interface to get the RestApiException model.
    Author:
    Christian Bremer
    • Method Detail

      • getRestApiException

        @Nullable
        org.bremersee.exception.model.RestApiException getRestApiException()
        Gets rest api exception.
        Returns:
        the rest api exception