{
interceptors.handle_receive_exception ( (SystemException) ex);
}
else if (ex instanceof ApplicationException)
{
interceptors.handle_receive_exception ( (ApplicationException) ex, null);
}
}
catch (ForwardRequest fwd)
{
( (ObjectImpl) self)._set_delegate ( ( (ObjectImpl) fwd.forward)._get_delegate());