Package io.micronaut.data.exceptions
Class EmptyResultException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.micronaut.data.exceptions.DataAccessException
io.micronaut.data.exceptions.EmptyResultException
- All Implemented Interfaces:
 Serializable
Exception thrown if a query produces no result and the result type is not nullable.
- Since:
 - 1.0.0
 - Author:
 - Graeme Rocher
 - 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
- 
EmptyResultException
public EmptyResultException()Default constructor. 
 -