// Decompiled by Jad v1.5.7f. Copyright 2000 Pavel Kouznetsov.
// Jad home page: http://www.geocities.com/SiliconValley/Bridge/8617/jad.html
// Decompiler options: packimports(3) 
// Source File Name:   fileNotGeneratedException.java

package boggle.server;

import java.rmi.RemoteException;

class fileNotGeneratedException extends RemoteException
{

    public fileNotGeneratedException()
    {
    }

    public fileNotGeneratedException(String s)
    {
        super(s);
    }

    public fileNotGeneratedException(String s, Throwable throwable)
    {
        super(s, throwable);
    }
}
