ipworks
Class SmppErrorEvent
java.lang.Object
java.util.EventObject
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
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 |
errorCode
public int errorCode
description
public java.lang.String description
Copyright (c) 2013 /n software inc. - All rights reserved.