com.crabshue.commons.http.client.exceptions.HttpClientErrorContext Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of commons-http-client Show documentation
Show all versions of commons-http-client Show documentation
Library for HTTP client operations.
The newest version!
package com.crabshue.commons.http.client.exceptions;
import com.crabshue.commons.exceptions.context.ErrorContext;
/**
* {@link ErrorContext} for JAX-RS client operations.
*
*/
public enum HttpClientErrorContext implements ErrorContext {
RESPONSE,
URL, QUERY_PARAMETERS,
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy