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

org.swiftsms.io.net.NoInternetAccessException Maven / Gradle / Ivy

Go to download

Contains reusable platform independant code for all SwiftSMS client applications.

The newest version!
package org.swiftsms.io.net;

public class NoInternetAccessException extends RuntimeException {

	private static final long serialVersionUID = 2013412976393613645L;

	public NoInternetAccessException() {
		super("No network connection");
	}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy