poolexception

This module is part of the Python Pool libray. It defines the base classes for pool exceptions

Classes

PoolException

Inheritance diagram of PoolException
exception PoolException(*args, **kwargs)[source]
args
with_traceback()

Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.

UnknownController

Inheritance diagram of UnknownController
exception UnknownController(*args, **kwargs)[source]
args
with_traceback()

Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.

UnknownControllerLibrary

Inheritance diagram of UnknownControllerLibrary
exception UnknownControllerLibrary(*args, **kwargs)[source]
args
with_traceback()

Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.