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);
}
}