public class BigQueryJdbcSqlSyntaxErrorException extends SQLSyntaxErrorExceptionSpecific 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.BigQueryExceptionThe 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 |