Exception
DAO
53545556575859
for (Role role : this.listRoles()) { if (roleId.equals(role.getRoleId())) { return role; } } throw new NoSuchRoleException("Role: " + roleId + " could not be found."); }