public class NoResultException extends PersistenceException
Thrown by the persistence provider when {@link Query#getSingleResult
getSingleResult()} is executed on a query
and there is no result to return. This exception will not cause the current
transaction, if one is active, to be marked for roll back.
see
javax.persistence.Query#getSingleResult()
since
Java Persistence 1.0
Fields Summary
Constructors Summary
public NoResultException()
Constructs a new NoResultException exception
with null as its detail message.