Exception: OCINoData

Inherits:
OCIError show all
Defined in:
ext/oci8/error.c,
ext/oci8/error.c

Overview

Subclass of OCIError from ruby-oci8 2.1. It had been a subclass of OCIException until ruby-oci8 2.0.

Raised when PL/SQL NO_DATA_FOUND exception is got.

Instance Attribute Summary

Attributes inherited from OCIError

#code, #parse_error_offset, #sql

Method Summary

Methods inherited from OCIError

#initialize

Constructor Details

This class inherits a constructor from OCIError