utilities - exception
The exception module defines Exceptions thrown by the utilities package
Classes
PojoSaveFailedException
Methods
Function | Parameters | Return Value | Description |
|---|---|---|---|
PojoSaveFailedException.__init__ | entity: Entity that failed to be saved | Exception for when a pojo could not be saved |
PojoDeleteFailedException
Methods
Function | Parameters | Return Value | Description |
|---|---|---|---|
PojoDeleteFailedException.__init__ | entity: Entity that failed to be deleted | Exception for when a pojo could not be deleted |