Package org.sdase.commons.client.jersey.error
-
Interface Summary Interface Description ClientErrorUtil.ResponseSupplier<T> A supplier that executes a request. -
Class Summary Class Description ClientErrorUtil A utility class to support handling of errors that are received from an outgoing request.ClientRequestExceptionMapper Exception mapper that convertsClientRequestException
thrown from an outgoing request to another service into a500 Internal Server Error
response for our client. -
Exception Summary Exception Description ClientRequestException Exception that wraps anyWebApplicationException
that occurred in a Http request to avoid that it is used to delegate the same response to the own caller by default exception mappers.