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

Public Member Functions

 __construct ($message, $code=0, $clientException=null)
 
 getClientException ()
 
- Public Member Functions inherited from Zend_Exception
 __construct ($msg= '', $code=0, Exception $previous=null)
 Construct the exception.
 
 __call ($method, array $args)
 Overloading.
 
 __toString ()
 String representation of the exception.
 

Protected Attributes

 $_clientException
 

Additional Inherited Members

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

Constructor & Destructor Documentation

__construct (   $message,
  $code = 0,
  $clientException = null 
)

Member Function Documentation

getClientException ( )

Member Data Documentation

$_clientException
protected