Exception BigQueryJdbcCoercionNotFoundException (2.58.0)

public class BigQueryJdbcCoercionNotFoundException extends RuntimeException

Thrown to indicate that the current TypeCoercer can not perform the coercion as the Coercion implementation is not registered for the mentioned source and target type.

Constructors

BigQueryJdbcCoercionNotFoundException(Class<?> source, Class<?> target)

public BigQueryJdbcCoercionNotFoundException(Class<?> source, Class<?> target)

Construct a new exception.

Parameters
Name Description
source Class<?>

the source type.

target Class<?>

the target type.