public void findPrev(GlbRoleDao attrs) throws RemoteException, FinderException, RowNotFoundException { try { dao.findPrevKey((Object) attrs); this.attrs = attrs; } catch (RowNotFoundException rnfex) { throw rnfex; } catch (Exception ex) { throw new FinderException(ex.toString()); } }
public void findPrev(EnvAspOtherMatrixMethodDao attrs) throws FinderException, RowNotFoundException { try { dao.findPrevKey((Object) attrs); this.attrs = attrs; } catch (RowNotFoundException rnfex) { throw rnfex; } catch (Exception ex) { throw new FinderException(ex.toString()); } }