Exception BigQueryJdbcSqlSyntaxErrorException (1.2.0)

public class BigQueryJdbcSqlSyntaxErrorException extends SQLSyntaxErrorException

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.

Constructors

BigQueryJdbcSqlSyntaxErrorException(BigQueryException ex)

public BigQueryJdbcSqlSyntaxErrorException(BigQueryException ex)

Constructs a new BigQueryJdbcSqlSyntaxErrorException from BigQueryException

Parameter
Name Description
ex com.google.cloud.bigquery.BigQueryException

The BigQueryException to be thrown.

BigQueryJdbcSqlSyntaxErrorException(String message, BigQueryException ex)

public BigQueryJdbcSqlSyntaxErrorException(String message, BigQueryException ex)
Parameters
Name Description
message String
ex com.google.cloud.bigquery.BigQueryException