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

Public Member Functions

 __construct ($error=null, $code=0)
 
- Public Member Functions inherited from Zend_Db_Adapter_Exception
 __construct ($message= '', $code=0, Exception $e=null)
 
 hasChainedException ()
 
 getChainedException ()
 

Protected Attributes

 $message = 'Unknown exception'
 
 $code = 0
 
- Protected Attributes inherited from Zend_Db_Adapter_Exception
 $_chainedException = null
 

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