Class SipURILookupErrorEvent

  • All Implemented Interfaces:
    java.io.Serializable

    public class SipURILookupErrorEvent
    extends java.util.EventObject
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      SipURILookupErrorEvent​(javax.servlet.sip.SipSession session, javax.servlet.sip.SipURI sipUri, SipURIResolveException exception)
      Constructor for a new SipURILookupErrorEvent.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      SipURIResolveException getException()
      Returns related SipURIResolveException
      javax.servlet.sip.SipSession getSipSession()
      Returns the session the error event relates to
      javax.servlet.sip.SipURI getSipUri()
      Returns a queried sip uri
      • Methods inherited from class java.util.EventObject

        getSource, toString
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

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

      • 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