Remove dynamic exceptions
[anna.git] / include / anna / dbms / FailRecoveryHandler.hpp
index 7519854..eb1709e 100644 (file)
@@ -30,7 +30,7 @@ protected:
 
      \warning Este metodo se invocara automaticamente desde anna::dbms::Database::recover.
   */
-  virtual void apply(Connection& connection, const int tryCounter) throw(RuntimeException) = 0;
+  virtual void apply(Connection& connection, const int tryCounter) noexcept(false) = 0;
 
   friend class Database;
 };