|
EclipseLink 2.0.0_ 2.0.0.v20090626-r4569 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 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(),
Query#getTypedSingleResult(),
Serialized Form| Constructor Summary | |
|---|---|
NoResultException()
Constructs a new NoResultException exception with
null as its detail message. |
|
NoResultException(java.lang.String message)
Constructs a new NoResultException exception 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 2.0.0_ 2.0.0.v20090626-r4569 API Reference | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||