Class JdbcConsumerException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.arrow.adapter.jdbc.consumer.exceptions.JdbcConsumerException
- All Implemented Interfaces:
Serializable
Exception while consuming JDBC data. This exception stores the JdbcFieldInfo for the column and
the ArrowType for the corresponding vector for easier debugging.
- See Also:
-
Constructor Summary
ConstructorDescriptionJdbcConsumerException
(String message, Throwable cause, JdbcFieldInfo fieldInfo, ArrowType arrowType) Construct JdbcConsumerException with all fields. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
JdbcConsumerException
public JdbcConsumerException(String message, Throwable cause, JdbcFieldInfo fieldInfo, ArrowType arrowType) Construct JdbcConsumerException with all fields.- Parameters:
message
- error messagecause
- original exceptionfieldInfo
- JdbcFieldInfo for the columnarrowType
- ArrowType for the corresponding vector
-
-
Method Details
-
getArrowType
-
getFieldInfo
-