Class SipURILookupErrorEvent

java.lang.Object
java.util.EventObject
com.ibm.websphere.sip.resolver.events.SipURILookupErrorEvent
All Implemented Interfaces:
Serializable

public class SipURILookupErrorEvent extends EventObject
See Also:
  • 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 to
      sipUri - - the sip uri the error event relates to
      exception -
  • 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

      public SipURIResolveException getException()
      Returns related SipURIResolveException
      Returns:
      SipURIResolveException