public class JdbcConsumerException extends RuntimeException
| Constructor and Description |
|---|
JdbcConsumerException(String message,
Throwable cause,
JdbcFieldInfo fieldInfo,
ArrowType arrowType)
Construct JdbcConsumerException with all fields.
|
| Modifier and Type | Method and Description |
|---|---|
ArrowType |
getArrowType() |
JdbcFieldInfo |
getFieldInfo() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic JdbcConsumerException(String message, Throwable cause, JdbcFieldInfo fieldInfo, ArrowType arrowType)
message - error messagecause - original exceptionfieldInfo - JdbcFieldInfo for the columnarrowType - ArrowType for the corresponding vectorpublic ArrowType getArrowType()
public JdbcFieldInfo getFieldInfo()
Copyright © 2024 The Apache Software Foundation. All rights reserved.