Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
this function never send NullPointerE anymore
[simgrid.git] / src / java / simgrid / msg / JniException.java
index af78f6f..b884da8 100644 (file)
@@ -13,7 +13,7 @@ package simgrid.msg;
 /**
  * This exception is raised when there is a problem within the bindings (in JNI). 
  */
-public class JniException extends MsgException {
+public class JniException extends RuntimeException {
        private static final long serialVersionUID = 1L;