Class SipURILookupErrorEvent
java.lang.Object
java.util.EventObject
com.ibm.websphere.sip.resolver.events.SipURILookupErrorEvent
- All Implemented Interfaces:
 Serializable
- See Also:
 
- 
Constructor Summary
ConstructorsConstructorDescriptionSipURILookupErrorEvent(javax.servlet.sip.SipSession session, javax.servlet.sip.SipURI sipUri, SipURIResolveException exception) Constructor for a new SipURILookupErrorEvent. - 
Method Summary
Modifier and TypeMethodDescriptionReturns related SipURIResolveExceptionjavax.servlet.sip.SipSessionReturns the session the error event relates tojavax.servlet.sip.SipURIReturns a queried sip uriMethods inherited from class java.util.EventObject
getSource, toString 
- 
Constructor Details
- 
SipURILookupErrorEvent
public 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 tosipUri- - the sip uri the error event relates toexception-
 
 - 
 - 
Method Details
- 
getSipSession
public javax.servlet.sip.SipSession getSipSession()Returns the session the error event relates to- Returns:
 - SipSession
 
 - 
getSipUri
public javax.servlet.sip.SipURI getSipUri()Returns a queried sip uri- Returns:
 - SipURI
 
 - 
getException
Returns related SipURIResolveException- Returns:
 - SipURIResolveException
 
 
 -