IP*Works! V9

ipworks
Class WebuploadErrorEvent

java.lang.Object
  extended by java.util.EventObject
      extended by ipworks.WebuploadErrorEvent
All Implemented Interfaces:
java.io.Serializable

public class WebuploadErrorEvent
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:
Webupload, Webupload.ErrorEvent, Serialized Form

Field Summary
 java.lang.String description
           
 int errorCode
           
 
Fields inherited from class java.util.EventObject
source
 
Method Summary
 
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
 

Field Detail

errorCode

public int errorCode

description

public java.lang.String description

IP*Works! V9

Copyright (c) 2013 /n software inc. - All rights reserved.