Class 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
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getBody()  
      int getStatusCode()  
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • HttpTransportResponseException

        public HttpTransportResponseException​(int statusCode,
                                              java.lang.String body)
    • Method Detail

      • getStatusCode

        public int getStatusCode()
      • getBody

        public java.lang.String getBody()