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

com.windowsazure.samples.internal.xml.NodeNotFoundException Maven / Gradle / Ivy

package com.windowsazure.samples.internal.xml;

public class NodeNotFoundException extends Exception {

	public NodeNotFoundException() {
		super("Node not found");
	}
	
	private static final long serialVersionUID = -2594741427578294657L;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy