}
corbaBinding.unmarshal(mc, objectCtx, callback);
} else if (ex instanceof UnknownUserException) {
UnknownUserException userEx = (UnknownUserException)ex;
Any exAny = userEx.except;
RaisesType raisesExType = exceptions.get(exAny.type());
CorbaStreamable streamableEx = createStreamableException(exAny, raisesExType);
mc.getMessage().setStreamableException(streamableEx);
corbaBinding.unmarshalFault(mc, objectCtx, callback);
} else {