int access = ACC_PUBLIC;
GeneratorAdapter mg = new GeneratorAdapter(access, asmMethod, null,
getExceptionTypes(m), cv);
mg.throwException(Type.getType(javax.ejb.EJBException.class),
"Illegal non-business method access on no-interface view");
mg.returnValue();
mg.endMethod();