java.rmi.RemoteException
예:
public interface EntityRemote extends javax.ejb.EJBObject{ public int businessExample(String value) throws java.lang.RuntimeException; // 오류: 'RemoteException'을 선언해야 합니다 }