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