Class SipURILookupErrorEvent
- java.lang.Object
- 
- java.util.EventObject
- 
- com.ibm.websphere.sip.resolver.events.SipURILookupErrorEvent
 
 
- 
- All Implemented Interfaces:
- java.io.Serializable
 
 public class SipURILookupErrorEvent extends java.util.EventObject- See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description SipURILookupErrorEvent(javax.servlet.sip.SipSession session, javax.servlet.sip.SipURI sipUri, SipURIResolveException exception)Constructor for a new SipURILookupErrorEvent.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description SipURIResolveExceptiongetException()Returns related SipURIResolveExceptionjavax.servlet.sip.SipSessiongetSipSession()Returns the session the error event relates tojavax.servlet.sip.SipURIgetSipUri()Returns a queried sip uri
 
- 
- 
- 
Constructor Detail- 
SipURILookupErrorEventpublic SipURILookupErrorEvent(javax.servlet.sip.SipSession session, javax.servlet.sip.SipURI sipUri, SipURIResolveException exception)Constructor for a new SipURILookupErrorEvent.- Parameters:
- session- - the session the error event relates to
- sipUri- - the sip uri the error event relates to
- exception-
 
 
- 
 - 
Method Detail- 
getSipSessionpublic javax.servlet.sip.SipSession getSipSession() Returns the session the error event relates to- Returns:
- SipSession
 
 - 
getSipUripublic javax.servlet.sip.SipURI getSipUri() Returns a queried sip uri- Returns:
- SipURI
 
 - 
getExceptionpublic SipURIResolveException getException() Returns related SipURIResolveException- Returns:
- SipURIResolveException
 
 
- 
 
-