java.rmi.RemoteException
例:
public interface EntityRemote extends javax.ejb.EJBObject{ public int businessExample(String value) throws java.lang.RuntimeException; // エラー: `RemoteException` を代わりに宣言すべきです }