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

com.windowsazure.samples.authentication.NotAuthenticatedException 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.

There is a newer version: 0.7
Show newest version
package com.windowsazure.samples.authentication;

public final class NotAuthenticatedException extends Exception {

	public NotAuthenticatedException() {
		super("Not Authenticated");
	}
	
	private static final long serialVersionUID = -3003542060680274345L;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy