IP*Works! V9

ipworks
Class XmppErrorEvent

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

public class XmppErrorEvent
extends java.util.EventObject

This event is fired when the server sends a protocol error message.

This is fired whenever there is a protocol error. ErrorCode will contain the error code string sent by the server. Description will contain the Xmpp bean's interpretation of the code.

See Also:
Xmpp, Xmpp.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.