Package io.openlineage.client.transports
Class HttpTransportResponseException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- io.openlineage.client.OpenLineageClientException
-
- io.openlineage.client.transports.HttpTransportResponseException
-
- All Implemented Interfaces:
java.io.Serializable
public class HttpTransportResponseException extends OpenLineageClientException
An exception thrown to indicate a client error relating to a http response.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description HttpTransportResponseException(int statusCode, java.lang.String body)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getBody()
int
getStatusCode()
-