} catch (java.rmi.RemoteException re) {
throw new junit.framework.AssertionFailedError("animalOut Exception caught: " + re );
}
try {
Animal value = null;
value = binding.animalReturn();
} catch (java.rmi.RemoteException re) {
throw new junit.framework.AssertionFailedError("animalReturn Exception caught: " + re );
}
try {
binding.catIn(cat);