public class OpenLineageExceptionHandler extends RESTExceptionHandler
| Constructor and Description |
|---|
OpenLineageExceptionHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
captureOpenLineageException(LineageResponse response,
OpenLineageException e) |
void |
detectAndThrowOpenLineageException(String methodName,
FFDCResponseBase restResult)
Throw an detectAndThrowOpenLineageException if it is encoded in the REST response.
|
captureCheckedException, captureCheckedException, captureInvalidParameterException, capturePropertyServerException, captureThrowable, captureThrowable, captureUserNotAuthorizedException, detectAndThrowInvalidParameterException, detectAndThrowInvalidParameterException, detectAndThrowPropertyServerException, detectAndThrowPropertyServerException, detectAndThrowStandardExceptions, detectAndThrowUserNotAuthorizedException, detectAndThrowUserNotAuthorizedException, handleMissingValue, handleNoRequestBody, handleUnexpectedExceptionpublic void captureOpenLineageException(LineageResponse response, OpenLineageException e)
public void detectAndThrowOpenLineageException(String methodName, FFDCResponseBase restResult) throws OpenLineageException
methodName - name of the method calledrestResult - response from the rest call. This generated in the remote server.OpenLineageException - encoded exception from the serverCopyright © 2018–2021 LF AI & Data Foundation. All rights reserved.