androlyze.storage.exception package

Module contents

exception androlyze.storage.exception.DatabaseDeleteException(db, content, caused_by=None, **kwargs)[source]

Bases: androlyze.storage.exception.EDatabaseException

exception androlyze.storage.exception.DatabaseException(msg=None, caused_by=None)[source]

Bases: androlyze.storage.exception.StorageException

exception androlyze.storage.exception.DatabaseLoadException(db, content, caused_by=None, **kwargs)[source]

Bases: androlyze.storage.exception.EDatabaseException

exception androlyze.storage.exception.DatabaseOpenError(db_name, **kwargs)[source]

Bases: androlyze.storage.exception.DatabaseException

exception androlyze.storage.exception.DatabaseStoreException(db, content, caused_by=None, **kwargs)[source]

Bases: androlyze.storage.exception.EDatabaseException

exception androlyze.storage.exception.EDatabaseException(db, content, caused_by=None, **kwargs)[source]

Bases: androlyze.storage.exception.DatabaseException

Extended 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.S3StorageException

Extended DatabaseException that has the database as parameter as well as content

exception androlyze.storage.exception.FileSysCreateStorageStructureException(file_path, fs_storage, caused_by=None)[source]

Bases: androlyze.storage.exception.FileSysException

exception androlyze.storage.exception.FileSysDeleteException(file_path, fs_storage, *args, **kwargs)[source]

Bases: androlyze.storage.exception.FileSysException

exception androlyze.storage.exception.FileSysException(file_path, fs_storage, *args, **kwargs)[source]

Bases: androlyze.storage.exception.StorageException

exception androlyze.storage.exception.FileSysLoadException(file_path, fs_storage, *args, **kwargs)[source]

Bases: androlyze.storage.exception.FileSysException

exception androlyze.storage.exception.FileSysStoreException(file_path, content, fs_storage, caused_by=None)[source]

Bases: androlyze.storage.exception.FileSysException

exception androlyze.storage.exception.S3StorageDeleteException(db, content, caused_by=None, **kwargs)[source]

Bases: androlyze.storage.exception.ES3StorageException

exception androlyze.storage.exception.S3StorageException(msg=None, caused_by=None)[source]

Bases: androlyze.storage.exception.StorageException

exception androlyze.storage.exception.S3StorageLoadException(db, content, caused_by=None, **kwargs)[source]

Bases: androlyze.storage.exception.ES3StorageException

exception androlyze.storage.exception.S3StorageOpenError(db_name, **kwargs)[source]

Bases: androlyze.storage.exception.ES3StorageException

exception androlyze.storage.exception.S3StorageStoreException(db, content, caused_by=None, **kwargs)[source]

Bases: androlyze.storage.exception.ES3StorageException

exception androlyze.storage.exception.StorageException(msg=None, caused_by=None)[source]

Bases: androlyze.error.WrapperException.WrapperException

Base exception for data storage