Die nachfolgenden Inhalte sind nur in englischer Sprache verfügbar.

The exception module defines Exceptions thrown by the utilities package

Classes

PojoSaveFailedException

Methods

FunctionParametersReturn ValueDescription
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

FunctionParametersReturn ValueDescription
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