Package org.dalesbred.result
Class NonUniqueUpdateException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.dalesbred.DatabaseException
org.dalesbred.result.UnexpectedResultException
org.dalesbred.result.NonUniqueUpdateException
- All Implemented Interfaces:
Serializable
Exception thrown when expecting update to modify a single row, but zero or multiple rows were modified.
-
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
-
NonUniqueUpdateException
public NonUniqueUpdateException(int count)
-