Package org.dalesbred.result
Class EmptyResultException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.dalesbred.DatabaseException
-
- org.dalesbred.result.UnexpectedResultException
-
- org.dalesbred.result.NonUniqueResultException
-
- org.dalesbred.result.EmptyResultException
-
- All Implemented Interfaces:
java.io.Serializable
public class EmptyResultException extends NonUniqueResultException
Exception thrown when expecting a unique result from a call, but got no results.
-
-
Constructor Summary
Constructors Constructor Description EmptyResultException()
-
Method Summary
-
Methods inherited from class org.dalesbred.DatabaseException
getQuery, toString
-
-