public class NonUniqueResultException extends PersistenceException
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 roll back.Query.getSingleResult(),
序列化表格| 构造器和说明 |
|---|
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. |
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 © 2016. All rights reserved.