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

Public Member Functions

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

Protected Attributes

 $code = '00000'
 
 $message = 'unknown exception'
 
- 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 (   $message = 'unknown exception',
  $code = '00000',
Exception  $e = null 
)

Member Data Documentation

$code = '00000'
protected
$message = 'unknown exception'
protected