exceptions/oracle_exception library
Custom exception classes for Oracle database operations
Provides a hierarchy of exceptions for different error scenarios in Oracle database operations.
Exceptions / Errors
- OracleConfigurationException
- Exception thrown when configuration is invalid or missing
- OracleConnectionException
- Exception thrown when connection to Oracle database fails
- OracleContextException
- Exception thrown when context initialization fails
- OracleException
- Base exception class for all Oracle-related errors
- OracleMemoryException
- Exception thrown when memory allocation or management fails
- OraclePoolException
- Exception thrown when connection pool operations fail
- OracleResultSetException
- Exception thrown when result set operations fail
- OracleStatementException
- Exception thrown when SQL statement execution fails