public class BigQueryJdbcSqlFeatureNotSupportedException extends SQLFeatureNotSupportedExceptionConstructors
BigQueryJdbcSqlFeatureNotSupportedException(BigQueryException ex)
public BigQueryJdbcSqlFeatureNotSupportedException(BigQueryException ex)Constructs a new BigQueryJdbcSqlFeatureNotSupportedException from BigQueryException
| Parameter | |
|---|---|
| Name | Description |
ex |
BigQueryExceptionThe BigQueryException to be thrown. |
BigQueryJdbcSqlFeatureNotSupportedException(String message)
public BigQueryJdbcSqlFeatureNotSupportedException(String message)Constructs a new BigQueryJdbcSqlFeatureNotSupportedException with the given message.
| Parameter | |
|---|---|
| Name | Description |
message |
StringThe detail message. |