Mail: ezcMailException
[ ]
[ Display example ] [ Mail listing example ] [ Rfcs ]
[ ]
[ ]
[ ]
[ ]
Class: ezcMailException
|
ezcMailExceptions are thrown when an exceptional state occures in the Mail package. [
source]
Parents
Exception
|
--ezcBaseException
|
--ezcMailException
Descendents
| Child Class |
Description |
| ezcMailOffsetOutOfRangeException |
The ezcMailOffsetOutOfRangeException is thrown when request is made to fetch messages with the offset outside of the existing message range.
|
| ezcMailTransportException |
Transport exceptions are thrown when either sending or receiving mail transports fail to do their job properly.
|
| ezcMailNoSuchMessageException |
The ezcMailNoSuchMessageException is thrown when a message with an ID is requested that doesn't exist in the transport.
|
| ezcMailInvalidLimitException |
The ezcMailInvalidLimitException is thrown when request is made to fetch messages with the offset outside of the existing message range.
|
Inherited Member Variables
From
ezcBaseException:
Method Summary
|
public ezcMailException |
__construct(
$message )
Constructs a new ezcMailException with error message $message. |
Inherited Methods
From
ezcBaseException :
Methods
__construct
ezcMailException __construct(
string
$message )
Constructs a new ezcMailException with error message $message.
Parameters
| Name |
Type |
Description |
$message |
string |
|
Redefinition of
Redefined in descendants as
Last updated: Mon, 22 Jun 2009