Uses of Class
org.openmetadata.service.exception.SourceException
-
Packages that use SourceException Package Description org.openmetadata.service.workflows.interfaces org.openmetadata.service.workflows.searchIndex -
-
Uses of SourceException in org.openmetadata.service.workflows.interfaces
Methods in org.openmetadata.service.workflows.interfaces that throw SourceException Modifier and Type Method Description RSource. readNext(Map<String,Object> contextData) -
Uses of SourceException in org.openmetadata.service.workflows.searchIndex
Methods in org.openmetadata.service.workflows.searchIndex that throw SourceException Modifier and Type Method Description ResultList<ReportData>PaginatedDataInsightSource. readNext(Map<String,Object> contextData)ResultList<? extends EntityInterface>PaginatedEntitiesSource. readNext(Map<String,Object> contextData)
-