Class AdbcException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.arrow.adbc.core.AdbcException
All Implemented Interfaces:
Serializable

public class AdbcException extends Exception
An error in the database or ADBC driver.

The exception contains up to five types of information about the error:

  • An error message
  • An exception cause
  • An ADBC status code
  • A SQLSTATE string
  • A vendor-specific status code
See Also: