KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > net > javacoding > jspider > core > exception > SpiderAgentException


1 package net.javacoding.jspider.core.exception;
2
3
4 /**
5  *
6  * $Id: SpiderAgentException.java,v 1.1 2002/11/20 17:25:59 vanrogu Exp $
7  *
8  * @author Günther Van Roey
9  */

10 public class SpiderAgentException extends Exception JavaDoc {
11 }
12
Popular Tags