Package io.openlineage.client
Class OpenLineageClientException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.openlineage.client.OpenLineageClientException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
HttpTransportResponseException
An exception thrown to indicate a client error.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionOpenLineageClientException(String message) Constructs aOpenLineageClientExceptionwith the messagemessage.OpenLineageClientException(String message, Throwable cause) Constructs aOpenLineageClientExceptionwith the messagemessageand the causecause.Constructs aOpenLineageClientExceptionwith the causecause. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
OpenLineageClientException
Constructs aOpenLineageClientExceptionwith the messagemessage.- Parameters:
message- message
-
OpenLineageClientException
Constructs aOpenLineageClientExceptionwith the causecause.- Parameters:
cause- cause
-
OpenLineageClientException
Constructs aOpenLineageClientExceptionwith the messagemessageand the causecause.- Parameters:
message- messagecause- cause
-
OpenLineageClientException
public OpenLineageClientException()
-