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

javax.jnlp.UnavailableServiceException Maven / Gradle / Ivy



package javax.jnlp;

public class UnavailableServiceException extends Exception {

  public UnavailableServiceException() {
    super();
  }

  public UnavailableServiceException(java.lang.String message) {
    super(message);
  }

}





© 2015 - 2025 Weber Informatics LLC | Privacy Policy