| Exception Thrown By: | Cause | |
| Class | Method | |
| DataAccessUtils | public static T requiredSingleResult(Collection | if more than oneelement has been found in the given CollectionEmptyResultDataAccessE |
| DataAccessUtils | public static T uniqueResult(Collection | if more than oneresult object has been found in the given Collection |
| DataAccessUtils | public static T requiredUniqueResult(Collection | if more than oneresult object has been found in the given CollectionEmptyResultDataAccessE |
| DataAccessUtils | public static int intResult(Collection results) | if more than oneresult object has been found in the given CollectionEmptyResultDataAccessE |
| DataAccessUtils | public static long longResult(Collection results) | if more than oneresult object has been found in the given CollectionEmptyResultDataAccessE |