- All Implemented Interfaces:
- java.io.Serializable
public class NonUniqueResultException
extends PersistenceException
Thrown by the persistence provider when getSingleResult() is
executed on a query and there is more than one result from the
query. This exception will not cause the transaction, if one
is active, to be marked for roll back.
- See Also:
- Serialized Form