--- a/doc/source/vmm_relocated.rst Thu Feb 25 17:56:08 2010 +0000
+++ b/doc/source/vmm_relocated.rst Fri Feb 26 02:35:25 2010 +0000
@@ -34,8 +34,8 @@
.. method:: delete()
:rtype: :obj:`None`
- :raise VirtualMailManager.Exceptions.VMMRelocatedException: if the
- relocated user doesn't exist.
+ :raise VirtualMailManager.errors.RelocatedError: if the relocated user
+ doesn't exist.
Deletes the relocated user from the database.
@@ -43,8 +43,8 @@
.. method:: get_info()
:rtype: :class:`VirtualMailManager.EmailAddress.EmailAddress`
- :raise VirtualMailManager.Exceptions.VMMRelocatedException: if the
- relocated user doesn't exist.
+ :raise VirtualMailManager.errors.RelocatedError: if the relocated user
+ doesn't exist.
Returns the destination e-mail address of the relocated user.
@@ -54,8 +54,7 @@
:param destination: the new address where the relocated user has moved to
:type destination: :class:`VirtualMailManager.EmailAddress.EmailAddress`
:rtype: :obj:`None`
- :raise VirtualMailManager.Exceptions.VMMRelocatedException: if the
- *destination* address is already saved or is the same as the relocated
- user's address.
+ :raise VirtualMailManager.errors.RelocatedError: if the *destination*
+ address is already saved or is the same as the relocated user's address.
Sets or updates the *destination* address of the relocated user.