Exception: DBI::OperationalError

Inherits:
DatabaseError show all
Defined in:
lib/dbi/exceptions.rb

Overview

Exception for errors related to the database’s operation which are not necessarily under the control of the programmer. This includes such things as unexpected disconnect, datasource name not found, transaction could not be processed, a memory allocation error occured during processing, etc.

Instance Attribute Summary

Attributes inherited from DatabaseError

#err, #errstr, #state

Method Summary

Methods inherited from DatabaseError

#initialize

Constructor Details

This class inherits a constructor from DBI::DatabaseError