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:
java.io.Serializable
public class OpenLineageClientException extends java.lang.RuntimeExceptionAn exception thrown to indicate a client error.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description OpenLineageClientException(java.lang.String message)Constructs aOpenLineageClientExceptionwith the messagemessage.OpenLineageClientException(java.lang.String message, java.lang.Throwable cause)Constructs aOpenLineageClientExceptionwith the messagemessageand the causecause.OpenLineageClientException(java.lang.Throwable cause)Constructs aOpenLineageClientExceptionwith the causecause.
-
-
-
Constructor Detail
-
OpenLineageClientException
public OpenLineageClientException(@Nullable java.lang.String message)Constructs aOpenLineageClientExceptionwith the messagemessage.
-
OpenLineageClientException
public OpenLineageClientException(@Nullable java.lang.Throwable cause)Constructs aOpenLineageClientExceptionwith the causecause.
-
OpenLineageClientException
public OpenLineageClientException(@Nullable java.lang.String message, @Nullable java.lang.Throwable cause)Constructs aOpenLineageClientExceptionwith the messagemessageand the causecause.
-
-