public class BigQueryJdbcRuntimeException extends RuntimeExceptionConstructors
BigQueryJdbcRuntimeException(String message)
public BigQueryJdbcRuntimeException(String message)Constructs a new BigQueryJdbcRuntimeException with the given message.
| Parameter | |
|---|---|
| Name | Description |
message |
StringThe 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 |
StringThe detail message. |
ex |
InterruptedExceptionThrowable to be thrown. |
BigQueryJdbcRuntimeException(Throwable ex)
public BigQueryJdbcRuntimeException(Throwable ex)Constructs a new BigQueryJdbcRuntimeException from a Throwable exception.
| Parameter | |
|---|---|
| Name | Description |
ex |
ThrowableThrowable to be thrown. |