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:
java.io.Serializable
- Direct Known Subclasses:
NonUniqueResultException
,NonUniqueUpdateException
public class UnexpectedResultException extends DatabaseException
Exception thrown when result from database is unexpected.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnexpectedResultException(@NotNull java.lang.String message)
-
Method Summary
-
Methods inherited from class org.dalesbred.DatabaseException
getQuery, toString
-
-