Package com.google.cloud.bigquery.exception (2.58.0)

GitHub Repository

This package is not the recommended entry point to using this client library!

For this library, we recommend using com.google.cloud.bigquery for new applications.

Exceptions

Exception Description
com.google.cloud.bigquery.exception.BigQueryConversionException Exception for errors that occur when the driver cannot convert a value from one type to another.
com.google.cloud.bigquery.exception.BigQueryJdbcCoercionException Thrown to indicate that the coercion was attempted but couldn't be performed successfully because of some error.
com.google.cloud.bigquery.exception.BigQueryJdbcCoercionNotFoundException Thrown to indicate that the current TypeCoercer can not perform the coercion as the Coercion implementation is not registered for the mentioned source and target type.
com.google.cloud.bigquery.exception.BigQueryJdbcException
com.google.cloud.bigquery.exception.BigQueryJdbcRuntimeException
com.google.cloud.bigquery.exception.BigQueryJdbcSqlFeatureNotSupportedException
com.google.cloud.bigquery.exception.BigQueryJdbcSqlSyntaxErrorException Specific SQLSyntaxErrorException thrown when the SQLState class value is '42', or under vendor-specified conditions. This indicates that the in-progress query has violated SQL syntax rules.