Home
last modified time | relevance | path

Searched refs:TransportNotSupportedException (Results 1 – 3 of 3) sorted by relevance

/external/nist-sip/java/javax/sip/
DTransportNotSupportedException.java3 public class TransportNotSupportedException extends SipException { class
4 public TransportNotSupportedException() { in TransportNotSupportedException() method in TransportNotSupportedException
7 public TransportNotSupportedException(String message) { in TransportNotSupportedException() method in TransportNotSupportedException
11 public TransportNotSupportedException(String message, Throwable cause) { in TransportNotSupportedException() method in TransportNotSupportedException
DSipStack.java13 throws TransportNotSupportedException, InvalidArgumentException; in createListeningPoint()
15 String transport) throws TransportNotSupportedException, in createListeningPoint()
/external/nist-sip/java/gov/nist/javax/sip/
DSipStackImpl.java66 import javax.sip.TransportNotSupportedException;
1062 int port, String transport) throws TransportNotSupportedException, in createListeningPoint()
1081 throw new TransportNotSupportedException("bad transport " in createListeningPoint()
1260 throws TransportNotSupportedException, InvalidArgumentException { in createListeningPoint()