androlyze.storage.exception package¶
Module contents¶
-
exception
androlyze.storage.exception.DatabaseDeleteException(db, content, caused_by=None, **kwargs)[source]¶
-
exception
androlyze.storage.exception.DatabaseLoadException(db, content, caused_by=None, **kwargs)[source]¶
-
exception
androlyze.storage.exception.DatabaseStoreException(db, content, caused_by=None, **kwargs)[source]¶
-
exception
androlyze.storage.exception.EDatabaseException(db, content, caused_by=None, **kwargs)[source]¶ Bases:
androlyze.storage.exception.DatabaseExceptionExtended DatabaseException that has the database as parameter as well as content
-
exception
androlyze.storage.exception.ES3StorageException(db, content, caused_by=None, **kwargs)[source]¶ Bases:
androlyze.storage.exception.S3StorageExceptionExtended DatabaseException that has the database as parameter as well as content
-
exception
androlyze.storage.exception.FileSysCreateStorageStructureException(file_path, fs_storage, caused_by=None)[source]¶
-
exception
androlyze.storage.exception.FileSysDeleteException(file_path, fs_storage, *args, **kwargs)[source]¶
-
exception
androlyze.storage.exception.FileSysException(file_path, fs_storage, *args, **kwargs)[source]¶
-
exception
androlyze.storage.exception.FileSysLoadException(file_path, fs_storage, *args, **kwargs)[source]¶
-
exception
androlyze.storage.exception.FileSysStoreException(file_path, content, fs_storage, caused_by=None)[source]¶
-
exception
androlyze.storage.exception.S3StorageDeleteException(db, content, caused_by=None, **kwargs)[source]¶
-
exception
androlyze.storage.exception.S3StorageLoadException(db, content, caused_by=None, **kwargs)[source]¶
-
exception
androlyze.storage.exception.S3StorageStoreException(db, content, caused_by=None, **kwargs)[source]¶
-
exception
androlyze.storage.exception.StorageException(msg=None, caused_by=None)[source]¶ Bases:
androlyze.error.WrapperException.WrapperExceptionBase exception for data storage