Path

ez components / documentation / api reference / 2006.2 / mail


eZ Components 2006.2

Mail: ezcMailTransportException

[ Tutorial ] [ Display-example ] [ Class tree ] [ Element index ] [ ChangeLog ] [ Credits ]

Class: ezcMailTransportException

Transport exceptions are thrown when either sending or receiving mail transports fail to do their job properly. [source]

Parents

Exception
   |
   --ezcBaseException
      |
      --ezcMailTransportException

Inherited Member Variables

From ezcBaseException:
public  ezcBaseException::$originalMessage

Method Summary

public ezcMailTransportException __construct( [$message = ''] )
Constructs an ezcMailTransportException with low level information $message.

Inherited Methods

From ezcBaseException :
public ezcBaseException ezcBaseException::__construct()
Constructs a new ezcBaseException with $message

Methods

__construct

ezcMailTransportException __construct( [string $message = ''] )
Constructs an ezcMailTransportException with low level information $message.

Parameters

Name Type Description
$message string  

Redefinition of

Method Description
ezcBaseException::__construct() Constructs a new ezcBaseException with $message

Last updated: Thu, 01 Nov 2007