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

com.venky.swf.plugins.wiki.exceptions.NoSuchPageException Maven / Gradle / Ivy

There is a newer version: 2.10
Show newest version
package com.venky.swf.plugins.wiki.exceptions;

public class NoSuchPageException extends RuntimeException {
	private static final long serialVersionUID = 6468231803459926553L;
	public NoSuchPageException(){
		super();
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy