throw new XFireFault(t, XFireFault.SENDER);
}
else
{
throw new XFireRuntimeException("Error invoking '" + ServiceUtils.getMethodName(method) + '\'', e);
}
}
catch (IllegalAccessException e)
{
throw new XFireFault("Couldn't access service object to invoke '" + ServiceUtils.getMethodName(method) + "': " + e.getMessage(), e, XFireFault.RECEIVER);