Class NoResultException

java.lang.Object
All Implemented Interfaces:
Serializable

public class NoResultException extends PersistenceException
Thrown by the persistence provider when Query.getSingleResult() or TypedQuery.getSingleResult() is executed and there is no result to return. This exception does not cause the current transaction, if one is active, to be marked for rollback.
Since:
1.0
See Also: