Package org.odpi.openmetadata.adapters.connectors.integration.basicfiles.ffdc.exception
package org.odpi.openmetadata.adapters.connectors.integration.basicfiles.ffdc.exception
The exceptions in this package are thrown by the basic file integration connectors. They inherit from
the OCF exception ConnectorCheckedException to be compliant with the OCF methods. The ConfigException
is used when the configuration of the connector in the integration daemon is incorrect. The
FileException occurs when there are issues accessing the files in the file system.
-
ClassDescriptionThe ConfigException is thrown by the connector when its configuration is inadequate.The FileException is thrown by the connector when it is not possible to retrieve details about the requested file.