NIST SIP Parser and Stack (v1.2) API

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.
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

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
Method Detail

getErrorID

public int getErrorID()
Returns the ID of the error.

Returns:
Error ID.

NIST SIP Parser and Stack (v1.2) API

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.