java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.arrow.c.jni.CDataJniException
- All Implemented Interfaces:
Serializable
An exception raised by the JNI side of the C Data bridge.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CDataJniException
-
-
Method Details
-
getErrno
public int getErrno()The original error code returned from C. -
getMessage
- Overrides:
getMessage
in classThrowable
-