public class BigQueryJdbcCoercionNotFoundException extends RuntimeExceptionThrown 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. |