Exception: OCIException
- Inherits:
-
StandardError
- Object
- StandardError
- OCIException
- Defined in:
- ext/oci8/error.c,
ext/oci8/error.c
Overview
The superclass for all exceptions raised by ruby-oci8.
The following exceptions are defined as subclasses of OCIException These exceptions are raised when Oracle Call Interface functions return with an error status.
-
-
OCINoData (It had been a subclass of OCIException, not OCIError, until ruby-oci8 2.0)