Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
rename TimeoutFailureException to TimeoutException
[simgrid.git] / src / java / jxbt_utilities.c
index 67eca4f..079e479 100644 (file)
@@ -282,4 +282,14 @@ void jxbt_throw_host_failure(JNIEnv *env,const char *task_name,const char *alias
                    "simgrid/msg/HostFailureException",
                    bprintf("Host Failure while sending (task :%s / alias %s) : The host on which you are running has just been rebooted",task_name,alias));
   
+}
+
+// time out failure Exception
+void jxbt_throw_time_out_failure(JNIEnv *env,const char *task_name,const char *alias)
+{
+  
+  jxbt_throw_by_name(env,
+                   "simgrid/msg/TimeoutException",
+                   bprintf("Timeout Failure while sending(task :%s / alias %s ):nothing good happened before the timer you provided elapsed ",task_name,alias));
+  
 }
\ No newline at end of file