location = $location; } public function getLocation() { return $this->location; } public function setMessage($message) { $this->message = $message; } public function getMessage() { return $this->message; } public function setReason($reason) { $this->reason = $reason; } public function getReason() { return $this->reason; } }