org.hibernate
Class NonUniqueResultException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.hibernate.HibernateException
                  extended by org.hibernate.NonUniqueResultException
All Implemented Interfaces:
Serializable

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!

See Also:
Serialized Form

Constructor Summary
NonUniqueResultException(int resultCount)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NonUniqueResultException

public NonUniqueResultException(int resultCount)


Copyright © 2001-2013 Red Hat, Inc. All Rights Reserved.