Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
java: kill obscure NativeException
[simgrid.git] / src / bindings / java / org / simgrid / msg / Storage.java
index b4cac70..bf2aa6f 100644 (file)
@@ -41,10 +41,9 @@ public class Storage {
         *
         * @return              The storage object with the given name.
         * @exception           StorageNotFoundException if the name of the storage is not valid.
-        * @exception           NativeException if the native version of this method failed.
         */ 
        public static native Storage getByName(String name) 
-                       throws HostNotFoundException, NullPointerException, NativeException, StorageNotFoundException;
+                       throws HostNotFoundException, NullPointerException, StorageNotFoundException;
 
        /**
         * This method returns the name of a storage.