Package org.dalesbred.result
Class NonUniqueResultException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.dalesbred.DatabaseException
org.dalesbred.result.UnexpectedResultException
org.dalesbred.result.NonUniqueResultException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
EmptyResultException
Exception thrown when expecting a unique result from a call, but more then one row
of results was returned by the database.
-
Constructor Summary
-
Method Summary
Methods inherited from class org.dalesbred.DatabaseException
getQuery, toString
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
NonUniqueResultException
public NonUniqueResultException() -
NonUniqueResultException
-