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

com.versionone.om.MessageException Maven / Gradle / Ivy

Go to download

A strongly-typed object model library on top of the VersionOne SDK.Java API Client library.

The newest version!
package com.versionone.om;

/**
 * An exception with a message.
 */
public class MessageException extends SDKException {

	/**
	 * 
	 */
	private static final long serialVersionUID = 1L;
	
	/**
	 * Basic constructor.
	 * @param message - error message
	 */
	public MessageException(String message) 
	{
		super(message);
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy