public class ServerException extends RemoteException { // Public Constructors public ServerException(String s); public ServerException(String s, Exception ex); }