public class NonUniqueResultException extends PersistenceException
Query.getSingleResult()
or TypedQuery.getSingleResult()
is executed on a
query and there is more than one result from the query. This
exception will not cause the current transaction, if one is active,
to be marked for rollback.Query.getSingleResult()
,
TypedQuery.getSingleResult()
,
Serialized FormConstructor and Description |
---|
NonUniqueResultException()
Constructs a new
NonUniqueResultException exception
with null as its detail message. |
NonUniqueResultException(String message)
Constructs a new
NonUniqueResultException exception
with the specified detail message. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public NonUniqueResultException()
NonUniqueResultException
exception
with null
as its detail message.public NonUniqueResultException(String message)
NonUniqueResultException
exception
with the specified detail message.message
- the detail message.Copyright © 1996-2017, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.