Home
last modified time | relevance | path

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

/external/nist-sip/java/javax/sip/
DTransactionAlreadyExistsException.java3 public class TransactionAlreadyExistsException extends SipException { class
4 public TransactionAlreadyExistsException(){ in TransactionAlreadyExistsException() method in TransactionAlreadyExistsException
7 public TransactionAlreadyExistsException(String message) { in TransactionAlreadyExistsException() method in TransactionAlreadyExistsException
11 public TransactionAlreadyExistsException(String message, Throwable cause) { in TransactionAlreadyExistsException() method in TransactionAlreadyExistsException
DSipProvider.java38 throws TransactionAlreadyExistsException, in getNewServerTransaction()
/external/nist-sip/java/gov/nist/javax/sip/
DSipProviderImpl.java72 import javax.sip.TransactionAlreadyExistsException;
452 throws TransactionAlreadyExistsException, in getNewServerTransaction()
492 throw new TransactionAlreadyExistsException( in getNewServerTransaction()
540 throw new TransactionAlreadyExistsException( in getNewServerTransaction()
571 throw new TransactionAlreadyExistsException( in getNewServerTransaction()