IP*Works! SSL V9

ipworksssl
Class SmppsErrorEvent

java.lang.Object
  extended by java.util.EventObject
      extended by ipworksssl.SmppsErrorEvent
All Implemented Interfaces:
java.io.Serializable

public class SmppsErrorEvent
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:
Smpps, Smpps.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! SSL V9

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