NonUniqueResultException

Thrown when the application calls Query.uniqueResult() and the query returned more than one result. Unlike all other Hibernate exceptions, this one is recoverable!

Constructors

this
this(string msg, string f, size_t l)
Undocumented in source.
this
this(Throwable causedBy, string f, size_t l)
Undocumented in source.

Meta