gov.nist.javax.sip.stack
Class SIPTransactionErrorEvent
java.lang.Object
|
+--java.util.EventObject
|
+--gov.nist.javax.sip.stack.SIPTransactionErrorEvent
- All Implemented Interfaces:
- Serializable
- public class SIPTransactionErrorEvent
- extends EventObject
An event that indicates that a transaction has encountered an error.
- Author:
- Jeff Keyser
- See Also:
- Serialized Form
Field Summary |
static int |
TIMEOUT_ERROR
This event ID indicates that the transaction has timed out. |
static int |
TRANSPORT_ERROR
This event ID indicates that there was an error sending a message using
the underlying transport. |
Method Summary |
int |
getErrorID()
Returns the ID of the error. |
TIMEOUT_ERROR
public static final int TIMEOUT_ERROR
- This event ID indicates that the transaction has timed out.
- See Also:
- Constant Field Values
TRANSPORT_ERROR
public static final int TRANSPORT_ERROR
- This event ID indicates that there was an error sending a message using
the underlying transport.
- See Also:
- Constant Field Values
getErrorID
public int getErrorID()
- Returns the ID of the error.
- Returns:
- Error ID.
A product of the NIST/ITL Advanced Networking Technologies Division.
See conditions of use.
Get the latest distribution.
Submit a bug report or feature request.