Package org.nuiton.topia.persistence
Class TopiaNonUniqueResultException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.nuiton.topia.persistence.TopiaException
org.nuiton.topia.persistence.TopiaQueryException
org.nuiton.topia.persistence.TopiaNonUniqueResultException
- All Implemented Interfaces:
Serializable
Exception raised when a query returns more than one result while it was expected to return only one (or no result).
- Since:
- 3.0
- See Also:
-
Field Summary
Fields inherited from class org.nuiton.topia.persistence.TopiaQueryException
hql, hqlParameters -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.nuiton.topia.persistence.TopiaQueryException
getHql, getHqlParametersMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
TopiaNonUniqueResultException
-