Package org.hibernate

Class 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 Detail

      • NonUniqueResultException

        public NonUniqueResultException​(int resultCount)
        Constructs a NonUniqueResultException.
        Parameters:
        resultCount - The number of actual results.