OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TransportNotSupportedException
(Results
1 - 3
of
3
) sorted by null
/external/nist-sip/java/javax/sip/
TransportNotSupportedException.java
3
public class
TransportNotSupportedException
extends SipException {
4
public
TransportNotSupportedException
() {
7
public
TransportNotSupportedException
(String message) {
11
public
TransportNotSupportedException
(String message, Throwable cause) {
SipStack.java
13
throws
TransportNotSupportedException
, InvalidArgumentException;
15
String transport) throws
TransportNotSupportedException
,
/external/nist-sip/java/gov/nist/javax/sip/
SipStackImpl.java
66
import javax.sip.
TransportNotSupportedException
;
[
all
...]
Completed in 251 milliseconds