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

javax.jnlp.UnavailableServiceException Maven / Gradle / Ivy

The newest version!
package javax.jnlp;

@SuppressWarnings("serial")
public class UnavailableServiceException extends Exception {
	public UnavailableServiceException() {
	}

	public UnavailableServiceException(String paramString) {
		super(paramString);
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy