00001
00002
00003
00004
00005 package org.gridlab.gat.net;
00006
00007
00008
00009
00010
00011
00012 public class RemoteException extends java.io.IOException {
00013
00014
00015
00016
00017 public RemoteException() {
00018 super();
00019 }
00020
00021
00022
00023
00024 public RemoteException(String arg0) {
00025 super(arg0);
00026 }
00027 }