public class GeneralConnectorException extends ConnectorException
DataExtractionException
, DiscoveryException
or FailedConnectionException
).Constructor and Description |
---|
GeneralConnectorException(java.lang.String message)
Creates a new
GeneralConnectorException instance. |
GeneralConnectorException(java.lang.String message,
ConnectorSpec connectorSpec)
Creates a new
GeneralConnectorException instance. |
GeneralConnectorException(java.lang.String message,
ConnectorSpec connectorSpec,
java.lang.Throwable cause)
Creates a new
GeneralConnectorException instance. |
GeneralConnectorException(java.lang.String message,
DataSetSpec dataSetSpec)
Creates a new
GeneralConnectorException instance. |
GeneralConnectorException(java.lang.String message,
DataSetSpec dataSetSpec,
java.lang.Throwable cause)
Creates a new
GeneralConnectorException instance. |
GeneralConnectorException(java.lang.String message,
java.lang.Throwable cause)
Creates a new
GeneralConnectorException instance. |
addProperty, getAdditionalProperties, getConnectorSpec, getDataSetSpec
public GeneralConnectorException(java.lang.String message)
GeneralConnectorException
instance.message
- public GeneralConnectorException(java.lang.String message, java.lang.Throwable cause)
GeneralConnectorException
instance.message
- Exception messagecause
- Exception causepublic GeneralConnectorException(java.lang.String message, ConnectorSpec connectorSpec)
GeneralConnectorException
instance.message
- Exception messageconnectorSpec
- Specification of the connector that encountered the errorpublic GeneralConnectorException(java.lang.String message, ConnectorSpec connectorSpec, java.lang.Throwable cause)
GeneralConnectorException
instance.message
- Exception messageconnectorSpec
- Specification of the connector that encountered the errorcause
- Exception causepublic GeneralConnectorException(java.lang.String message, DataSetSpec dataSetSpec)
GeneralConnectorException
instance.message
- Exception messagedataSetSpec
- Specification of the data set that encountered the errorpublic GeneralConnectorException(java.lang.String message, DataSetSpec dataSetSpec, java.lang.Throwable cause)
GeneralConnectorException
instance.message
- Exception messagedataSetSpec
- Specification of the data set that encountered the errorcause
- Exception cause