Exception BigQueryJdbcRuntimeException (2.58.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(Throwable ex)

public BigQueryJdbcRuntimeException(Throwable ex)

Constructs a new BigQueryJdbcRuntimeException from a Throwable exception.

Parameter
Name Description
ex Throwable

Throwable to be thrown.