Exception BigQueryJdbcException (2.58.0)

public class BigQueryJdbcException extends SQLException

Constructors

BigQueryJdbcException(BigQueryException ex)

public BigQueryJdbcException(BigQueryException ex)

Constructs a new BigQueryJdbcException from BigQueryException

Parameter
Name Description
ex BigQueryException

The BigQueryException to be thrown.

BigQueryJdbcException(InterruptedException ex)

public BigQueryJdbcException(InterruptedException ex)

Constructs a new BigQueryJdbcException from InterruptedException

Parameter
Name Description
ex InterruptedException

The InterruptedException to be thrown.

BigQueryJdbcException(String message)

public BigQueryJdbcException(String message)

Constructs a new BigQueryJdbcException with the given message.

Parameter
Name Description
message String

The detail message.

BigQueryJdbcException(String message, Throwable cause)

public BigQueryJdbcException(String message, Throwable cause)

Construct a new BigQueryJdbcException with the cause.

Parameters
Name Description
message String

Specific message that is being added to the Exception.

cause Throwable

Throwable that is being converted.

BigQueryJdbcException(Throwable cause)

public BigQueryJdbcException(Throwable cause)

Constructs a new BigQueryJdbcException with the specified cause and a detail message of (cause==null ? null : cause.toString())

Parameter
Name Description
cause Throwable

Throwable that is being converted.

Methods

getBigQueryException()

public BigQueryException getBigQueryException()
Returns
Type Description
BigQueryException