/* 226 */ for (int i = 0; i < exceptionTypes.length; i++)
/* */ {
/* 228 */ if (RemoteException.class.isAssignableFrom(exceptionTypes[i]))
/* 229 */ remoteExceptionFound = true;
/* */ else {
/* 231 */ om.addFault(getFaultMetaData(exceptionTypes[i], om));
/* */ }
/* */ }
/* */ }
/* 235 */ if (!remoteExceptionFound) {
/* 236 */ throw new WSException(m.getName() + " does not throw RemoteException.");