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

com.google.gwt.emul.java.net.SocketException Maven / Gradle / Ivy

The newest version!
package java.net;

import java.io.IOException;

public class SocketException extends IOException {
    public SocketException(String message) {
        super(message);
    }
    public SocketException() {
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy