public class NoResultException extends PersistenceException
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 Form| Constructor and Description |
|---|
NoResultException()
Constructs a new
NoResultException exception
with null as its detail message. |
NoResultException(String message)
Constructs a new
NoResultException exception
with the specified detail message. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic NoResultException()
NoResultException exception
with null as its detail message.public NoResultException(String message)
NoResultException exception
with the specified detail message.message - the detail message.Copyright © 2024. All rights reserved.