javax.microedition.io.ConnectionNotFoundException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of cldc-1.1-stub Show documentation
Show all versions of cldc-1.1-stub Show documentation
Stub of the Connected Limited Device Configuration v1.1
package javax.microedition.io;
import java.io.IOException;
/**
* @since CLDC 1.0
*/
public class ConnectionNotFoundException extends IOException {
public ConnectionNotFoundException() {}
public ConnectionNotFoundException(String s) {}
}