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
ConstructorDescriptionOpenLineageClientException
(String message) Constructs aOpenLineageClientException
with the messagemessage
.OpenLineageClientException
(String message, Throwable cause) Constructs aOpenLineageClientException
with the messagemessage
and the causecause
.Constructs aOpenLineageClientException
with 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 aOpenLineageClientException
with the messagemessage
.- Parameters:
message
- message
-
OpenLineageClientException
Constructs aOpenLineageClientException
with the causecause
.- Parameters:
cause
- cause
-
OpenLineageClientException
Constructs aOpenLineageClientException
with the messagemessage
and the causecause
.- Parameters:
message
- messagecause
- cause
-
OpenLineageClientException
public OpenLineageClientException()
-