Customizing

utilities - exception

The exception module defines Exceptions thrown by the utilities package

Classes

PojoSaveFailedException

Methods

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

PojoDeleteFailedException

Methods

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