getHttpStatus()}' Status: {$response->getHttpStatusMessage()}", $response->getHttpStatus()); $this->_response = $response; } /** * Get the response for which this exception was generated * * @return Apache_Solr_Response */ public function getResponse() { return $this->_response; } }