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

uriSchemeHandler.CouldNotOpenUriSchemeHandler Maven / Gradle / Ivy

The newest version!
package uriSchemeHandler;

import java.io.IOException;

@SuppressWarnings("serial")
public class CouldNotOpenUriSchemeHandler extends Exception {

	public CouldNotOpenUriSchemeHandler(final IOException e, final String uri) {
		super("Could not open Uri scheme handler for "+uri,e);
	}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy