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

org.openxri.resolve.exception.LimitExceededException Maven / Gradle / Ivy

The newest version!
/**
 * 
 */
package org.openxri.resolve.exception;


/**
 * @author wtan
 *
 */
public class LimitExceededException extends XRIResolutionException {

	/**
	 * @param msg
	 */
	public LimitExceededException(String msg) {
		super(msg);
	}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy