package java.rmi;

public class ServerException extends RemoteException
{

 public ServerException(String)
 {
 }
 
 public ServerException(String, Exception)
 {
 }
 
}