|
EclipseLink 1.1.4, build 'v20100812-r7860' API Reference | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.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 roll back.
Query.getSingleResult()
,
Serialized FormConstructor 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 1.1.4, build 'v20100812-r7860' API Reference | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |