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

microsoft.exchange.webservices.data.NotSupportedException Maven / Gradle / Ivy

Go to download

The source came from http://archive.msdn.microsoft.com/ewsjavaapi Support for Maven has been added.

The newest version!
package microsoft.exchange.webservices.data;

public class NotSupportedException extends Exception {
	/**
	 * Instantiates a new argument exception.
	 */
	public NotSupportedException() {
		super();
		
	}
	
	/**
	 * Instantiates a new NotSupported exception.
	 * 
	 * @param strMessage
	 *            the str message
	 */
	public NotSupportedException(String strMessage) {
		super(strMessage);
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy