FileDocCategorySizeDatePackage
ServletServerException.javaAPI DocExample185Thu Nov 08 00:23:36 GMT 2001com.ora.rmibook.chapter22.tunneler

ServletServerException.java

package com.ora.rmibook.chapter22.tunneler;


public class ServletServerException extends Exception {
    public ServletServerException(String s) {
        super (s);
    }
}