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

skype.ApplicationException Maven / Gradle / Ivy

The newest version!
package skype;

@SuppressWarnings("serial")
public class ApplicationException extends RuntimeException {

	public ApplicationException(Throwable e) {
		super(e);
	}

	public ApplicationException(String msg) {
		super(msg);
	}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy