报告以下 EJB 规范违规:

示例:


public interface EntityRemote extends javax.ejb.EJBObject{
  public int businessExample(String value) throws java.lang.RuntimeException; // 错误:应改为声明 'RemoteException'
}