/**
  * @param string $param
  */
 public function __construct($param)
 {
     parent::__construct($this->message . $param);
 }