Package org.dalesbred.result
Class UnexpectedResultException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.dalesbred.DatabaseException
org.dalesbred.result.UnexpectedResultException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
NonUniqueResultException
,NonUniqueUpdateException
Exception thrown when result from database is unexpected.
- See Also:
-
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
-
UnexpectedResultException
-