Exception BigQueryJdbcCoercionException (2.58.0)

public class BigQueryJdbcCoercionException extends RuntimeException

Thrown to indicate that the coercion was attempted but couldn't be performed successfully because of some error.

Constructors

BigQueryJdbcCoercionException(Exception cause)

public BigQueryJdbcCoercionException(Exception cause)

Construct a new exception with the specified cause.

Parameter
Name Description
cause Exception

the actual cause which was thrown while performing the coercion.