Exception BigQueryJdbcRuntimeException (1.2.0)

public class BigQueryJdbcRuntimeException extends RuntimeException

Constructors

BigQueryJdbcRuntimeException(String message)

public BigQueryJdbcRuntimeException(String message)

Constructs a new BigQueryJdbcRuntimeException with the given message.

Parameter
Name Description
message String

The detail message.

BigQueryJdbcRuntimeException(String message, InterruptedException ex)

public BigQueryJdbcRuntimeException(String message, InterruptedException ex)

Constructs a new BigQueryJdbcRuntimeException from a Throwable exception and a message.

Parameters
Name Description
message String

The detail message.

ex InterruptedException

Throwable to be thrown.

BigQueryJdbcRuntimeException(String message, Throwable ex)

public BigQueryJdbcRuntimeException(String message, Throwable ex)
Parameters
Name Description
message String
ex Throwable

BigQueryJdbcRuntimeException(Throwable ex)

public BigQueryJdbcRuntimeException(Throwable ex)

Constructs a new BigQueryJdbcRuntimeException from a Throwable exception.

Parameter
Name Description
ex Throwable

Throwable to be thrown.