Class AdminError
Exception --+
|
Error --+
|
AdminError
- Known Subclasses:
-
AdapterInitializationError,
AdapterNotFoundError,
AppServerResourceError,
ConnectionError,
DependencyError,
FunctionNotAvailableError,
InvalidFormatError,
InvalidFormatError,
LoadError,
NotFoundError,
ObjectTypeNotAvailableError
This exception class should be used for exceptions indicating a
misconfiguration in a widest sense. This could be a missing module for a
dbdriver as well as an 'out of disk space' error.
| Method Summary |
| |
__init__(self,
message)
|
| Inherited from Exception |
| |
__getitem__(...)
|
| |
__str__(...)
|