ipworks
Class HtmlmailerErrorEvent
java.lang.Object
java.util.EventObject
ipworks.HtmlmailerErrorEvent
- All Implemented Interfaces:
- java.io.Serializable
public class HtmlmailerErrorEvent
- extends java.util.EventObject
Information about errors during data delivery.
The Error
event is fired in case of exceptional conditions
during message processing. Normally the bean throws an exception.
ErrorCode contains an error code and Description contains
a textual description of the error. For a list of valid error
codes and their descriptions, please refer to the Error Messages section.
- See Also:
Htmlmailer
,
Htmlmailer.ErrorEvent
,
Serialized Form
Fields inherited from class java.util.EventObject |
source |
Methods inherited from class java.util.EventObject |
getSource, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
errorCode
public int errorCode
description
public java.lang.String description
Copyright (c) 2013 /n software inc. - All rights reserved.