package java.rmi;

public class ServerException extends RemoteException
{

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