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

Public Member Functions

 __construct ($msg= 'unknown exception', $state= '00000')
 
- 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

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

Additional Inherited Members

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

Constructor & Destructor Documentation

__construct (   $msg = 'unknown exception',
  $state = '00000' 
)
Parameters
string$msg
string$state

Member Data Documentation

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