public Collection find(GlbRoleDao attrs) throws RemoteException, FinderException, RowNotFoundException { try { return dao.find((Object) attrs); } catch (RowNotFoundException rnfex) { throw rnfex; } catch (Exception ex) { throw new FinderException(ex.toString()); } }
public Collection find(EnvAspOtherMatrixMethodDao attrs) throws FinderException, RowNotFoundException { try { return dao.find((Object) attrs); } catch (RowNotFoundException rnfex) { throw rnfex; } catch (Exception ex) { throw new FinderException(ex.toString()); } }