org.makumba
Class NotUniqueError
java.lang.Object
java.lang.Throwable
java.lang.Error
org.makumba.MakumbaError
org.makumba.DBError
org.makumba.NotUniqueError
- All Implemented Interfaces:
- Serializable
public class NotUniqueError
- extends DBError
An insert in a certain type has violated a unique constraint.
Note: this class has mostly been replaced by NotUniqueException in combination with
CompositeValidationException, which has more or less the same functionality as this class used to have, but
is ready for form annotation. This class is used onyl in
SQLUpdate#execute(org.makumba.db.DBConnection, Object[]), usage there should also be stopped.
- See Also:
- Serialized Form
NotUniqueError
public NotUniqueError(SQLException se)