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

Public Member Functions

 __construct ($message= '', $code=0, Exception $e=null)
 
 hasChainedException ()
 
 getChainedException ()
 

Protected Attributes

 $_chainedException = null
 

Additional Inherited Members

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

Constructor & Destructor Documentation

__construct (   $message = '',
  $code = 0,
Exception  $e = null 
)

Member Function Documentation

getChainedException ( )
hasChainedException ( )

Member Data Documentation

$_chainedException = null
protected