IP*Works! V9

ipworks
Class SmppErrorEvent

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

public class SmppErrorEvent
extends java.util.EventObject

This event is fired when the server detects an error.

If the server sends an error not related to a command sent from the bean, the bean will fire an Error event containing information related to the error.

ErrorCode will contain the code sent by the server, and Description will contain a standard interpretation of that code.

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