ipworks
Class IpdaemonErrorEvent
java.lang.Object
java.util.EventObject
ipworks.IpdaemonErrorEvent
- All Implemented Interfaces:
- java.io.Serializable
public class IpdaemonErrorEvent
- 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.
ConnectionId indicates for which connection the error is applicable.
- See Also:
Ipdaemon
,
Ipdaemon.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 |
connectionId
public java.lang.String connectionId
errorCode
public int errorCode
description
public java.lang.String description
Copyright (c) 2013 /n software inc. - All rights reserved.