} catch (java.rmi.RemoteException re) {
throw new junit.framework.AssertionFailedError("catInout Exception caught: " + re );
}
try {
CatHolder value = new CatHolder();
binding.catOut(value);
} catch (java.rmi.RemoteException re) {
throw new junit.framework.AssertionFailedError("catOut Exception caught: " + re );
}
try {
Cat value = null;