Package io.micronaut.data.exceptions
Class NonUniqueResultException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.micronaut.data.exceptions.DataAccessException
io.micronaut.data.exceptions.NonUniqueResultException
- All Implemented Interfaces:
 Serializable
The exception represents the error state when one result has been requested by data layer returned multiple results.
- Since:
 - 2.4.7
 - Author:
 - Denis Stepanov
 - See Also:
 
- 
Constructor Summary
Constructors - 
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
- 
Constructor Details
- 
NonUniqueResultException
public NonUniqueResultException() - 
NonUniqueResultException
 
 -