FileDocCategorySizeDatePackage
NonUniqueResultException.javaAPI DocHibernate 3.2.5511Thu Jun 03 11:31:32 BST 2004org.hibernate

NonUniqueResultException

public class NonUniqueResultException extends HibernateException
Thrown when the application calls Query.uniqueResult() and the query returned more than one result. Unlike all other Hibernate exceptions, this one is recoverable!
author
Gavin King

Fields Summary
Constructors Summary
public NonUniqueResultException(int resultCount)

		super( "query did not return a unique result: " + resultCount );
	
Methods Summary