| 
 | EclipseLink 1.2.0, build 'v20091016-r5565' API Reference | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
javax.persistence.PersistenceException
javax.persistence.NoResultException
public class NoResultException
Thrown by the persistence provider when Query.getSingleResult() or TypedQuery.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
 rollback.
Query.getSingleResult(), 
TypedQuery.getSingleResult(), 
Serialized Form| Constructor Summary | |
|---|---|
| NoResultException()Constructs a new NoResultExceptionexception withnullas its detail message. | |
| NoResultException(java.lang.String message)Constructs a new NoResultExceptionexception with the
 specified detail message. | |
| Method Summary | 
|---|
| Methods inherited from class java.lang.Throwable | 
|---|
| fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
| Constructor Detail | 
|---|
public NoResultException()
NoResultException exception with
 null as its detail message.
public NoResultException(java.lang.String message)
NoResultException exception with the
 specified detail message.
message - the detail message.| 
 | EclipseLink 1.2.0, build 'v20091016-r5565' API Reference | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||