Interface HttpExceptionFactory

All Known Implementing Classes:
ApiHttpExceptionFactory, DefaultHttpExceptionFactory

public interface HttpExceptionFactory
The HttpExceptionFactory creates exceptions based on the HTTP status code returned by the ApiHttpResponse. It differentiates between client side exceptions (status code 400 to 499) and server side exceptions (status code 500+).