Class java.rmi.ServerException (1.1)


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