All Downloads are FREE. Search and download functionalities are using the official Maven repository.

java.io.IOException Maven / Gradle / Ivy

There is a newer version: 1.0.1
Show newest version
package java.io;

/**
 * @since CLDC 1.0
 */
public class IOException extends Exception {
    public IOException() {}
    public IOException(String s) {}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy