badcall example demonstrates how to handle exceptions raised by server
for bad calls.  Please use two terminals, one for server and one for
client.

Compile the programs doing:
bash> make

Start server in first terminal:
bash> ./badcall-server

Start client in second terminal: 
bash> ./badcall-client 






