Package | Description |
---|---|
cz.cuni.mff.odcleanstore.webfrontend.dao |
The DAO layer.
|
cz.cuni.mff.odcleanstore.webfrontend.dao.exceptions |
DAO related exceptions.
|
Modifier and Type | Method and Description |
---|---|
void |
NonUniquePrimaryKeyHandler.handleException(String relevantMessagePart) |
abstract void |
DaoExceptionHandler.handleException(String relevantMessagePart)
Handles an exception with the given relevant message part.
|
Modifier and Type | Class and Description |
---|---|
class |
NonUniquePrimaryKeyException
Exception thrown when a primary key constraint gets violated.
|
class |
UniquenessViolationException
Exception thrown when a uniqueness constraint gets violated.
|
Copyright © 2013. All Rights Reserved.