Exception BigQueryJdbcSqlFeatureNotSupportedException (2.58.0)

public class BigQueryJdbcSqlFeatureNotSupportedException extends SQLFeatureNotSupportedException

Constructors

BigQueryJdbcSqlFeatureNotSupportedException(BigQueryException ex)

public BigQueryJdbcSqlFeatureNotSupportedException(BigQueryException ex)

Constructs a new BigQueryJdbcSqlFeatureNotSupportedException from BigQueryException

Parameter
Name Description
ex BigQueryException

The BigQueryException to be thrown.

BigQueryJdbcSqlFeatureNotSupportedException(String message)

public BigQueryJdbcSqlFeatureNotSupportedException(String message)

Constructs a new BigQueryJdbcSqlFeatureNotSupportedException with the given message.

Parameter
Name Description
message String

The detail message.