Path

ez components / documentation / api reference / 1.1.1 / mail


eZ Components 1.1.1

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( [$driverInfo = ''], $message, $additionalInfo )
Constructs an ezcMailTransportException with low level information $driverInfo.

Inherited Methods

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

Methods

__construct

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

Parameters

Name Type Description
$message string  
$additionalInfo string  
$driverInfo  

Redefinition of

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

Last updated: Thu, 01 Nov 2007