Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
rename TimeoutFailureException to TimeoutException
authorcoldpeace <coldpeace@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Wed, 17 Mar 2010 16:05:17 +0000 (16:05 +0000)
committercoldpeace <coldpeace@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Wed, 17 Mar 2010 16:05:17 +0000 (16:05 +0000)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7267 48e7efb5-ca39-0410-a469-dd3cf9ba447f

src/java/jxbt_utilities.c

index da844c8..079e479 100644 (file)
@@ -289,7 +289,7 @@ void jxbt_throw_time_out_failure(JNIEnv *env,const char *task_name,const char *a
 {
   
   jxbt_throw_by_name(env,
-                   "simgrid/msg/TimeoutFailureException",
+                   "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