ipworksssl
Class SmppsErrorEvent
java.lang.Object
java.util.EventObject
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
| 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) 2015 /n software inc. - All rights reserved.