Exceptions, used by VirtualMailManager’s classes.
Bases: exceptions.Exception
Parameters: |
|
---|
Base class for all other Exceptions in the VirtualMailManager package.
The msg and code are accessible via the both attributes:
The error message of the exception.
The numerical error code of the exception.
Bases: VirtualMailManager.errors.VMMError
Exception class for configuration (VirtualMailManager.Config) exceptions.
Bases: VirtualMailManager.errors.VMMError
Exception class for file permission exceptions.
Bases: VirtualMailManager.errors.VMMError
Exception class for non-root exceptions.
Bases: VirtualMailManager.errors.VMMError
Exception class for Domain (VirtualMailManager.Domain) exceptions.
Bases: VirtualMailManager.errors.VMMError
Exception class for AliasDomain (VirtualMailManager.AliasDomain) exceptions.
Bases: VirtualMailManager.errors.VMMError
Exception class for Account (VirtualMailManager.Account) exceptions.
Bases: VirtualMailManager.errors.VMMError
Exception class for Alias (VirtualMailManager.Alias) exceptions.
Bases: VirtualMailManager.errors.VMMError
Exception class for EmailAddress (VirtualMailManager.EmailAddress) exceptions.
Bases: VirtualMailManager.errors.VMMError
Exception class for MailLocation (VirtualMailManager.MailLocation) exceptions.
Bases: VirtualMailManager.errors.VMMError
Exception class for Relocated (VirtualMailManager.Relocated) exceptions.
Bases: VirtualMailManager.errors.VMMError
Exception class for Transport (VirtualMailManager.Transport) exceptions.