OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TransactionUnavailableException
(Results
1 - 3
of
3
) sorted by null
/external/nist-sip/java/javax/sip/
TransactionUnavailableException.java
3
public class
TransactionUnavailableException
extends SipException {
4
public
TransactionUnavailableException
() {
7
public
TransactionUnavailableException
(String message) {
11
public
TransactionUnavailableException
(String message, Throwable cause) {
SipProvider.java
36
throws
TransactionUnavailableException
;
39
TransactionUnavailableException
;
/external/nist-sip/java/gov/nist/javax/sip/
SipProviderImpl.java
74
import javax.sip.
TransactionUnavailableException
;
275
throws
TransactionUnavailableException
{
279
throw new
TransactionUnavailableException
("Stack is stopped");
283
throw new
TransactionUnavailableException
(
286
throw new
TransactionUnavailableException
("Cannot create client transaction for " + Request.ACK);
300
throw new
TransactionUnavailableException
(ex.getMessage(), ex);
311
throw new
TransactionUnavailableException
(
348
throw new
TransactionUnavailableException
(
351
throw new
TransactionUnavailableException
(
362
// throw new
TransactionUnavailableException
[
all
...]
Completed in 354 milliseconds