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