Zend Framework  1.12
Public Member Functions | Protected Attributes | List of all members
Zend_Db_Statement_Oracle_Exception Class Reference

Public Member Functions

 __construct ($error=null, $code=0)
 
- Public Member Functions inherited from Zend_Db_Statement_Exception
 hasChainedException ()
 Check if this general exception has a specific database driver specific exception nested inside.
 
 getChainedException ()
 

Protected Attributes

 $message = 'Unknown exception'
 
 $code = 0
 

Additional Inherited Members

- Protected Member Functions inherited from Zend_Exception
 _getPrevious ()
 Returns previous Exception.
 

Constructor & Destructor Documentation

__construct (   $error = null,
  $code = 0 
)

Member Data Documentation

$code = 0
protected
$message = 'Unknown exception'
protected