Thrown by the persistence provider when
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 Also:javax.persistence.Query.getSingleResult since: Java Persistence 1.0
Constructor Summary
public
NoResultException() Constructs a new NoResultException exception
with null as its detail message.
public
NoResultException(String message) Constructs a new NoResultException exception
with the specified detail message.