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:
java.io.Serializable
public class NonUniqueUpdateException extends UnexpectedResultException
Exception thrown when expecting update to modify a single row, but zero or multiple rows were modified.- See Also:
Database.updateUnique(SqlQuery)
, Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NonUniqueUpdateException(int count)
-
Method Summary
-
Methods inherited from class org.dalesbred.DatabaseException
getQuery, toString
-
-