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

com.windowsazure.samples.internal.web.XmlMissingException Maven / Gradle / Ivy

Go to download

jpa4azure, implements a subset of the JPA specification using Azure Storage for pesisting beans. see http://jpa4azure.codeplex.com for more information.

The newest version!
package com.windowsazure.samples.internal.web;

public class XmlMissingException extends Exception {

	public XmlMissingException() {
		super("Xml missing");
	}
	
	private static final long serialVersionUID = 9181277551980912322L;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy