_body = $body; $this->_clientMessage = $message; } /** * Get the message body * @return string */ public function getBody() { return $this->_body; } /** * Get the original adapter-specific message */ public function getMessage() { return $this->_clientMessage; } }