function __construct()
 {
     parent::__construct(true, false, false, "Value Version ID is missing", null);
 }
 function __construct($write_log = false, $write_hdd_session = false, $write_hdd_sql = false, $message = null)
 {
     parent::__construct($write_log, $write_hdd_session, $write_hdd_sql, $message, null);
 }
 function __construct()
 {
     parent::__construct(true, false, false, "Value not found", null);
 }
 function __construct()
 {
     parent::__construct(true, false, false, "Value Create Exception", null);
 }