Home
last modified time | relevance | path

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

/external/nist-sip/java/javax/sip/
DDialogDoesNotExistException.java3 public class DialogDoesNotExistException extends SipException { class
4 public DialogDoesNotExistException(){ in DialogDoesNotExistException() method in DialogDoesNotExistException
7 public DialogDoesNotExistException(String message) { in DialogDoesNotExistException() method in DialogDoesNotExistException
11 public DialogDoesNotExistException(String message, Throwable cause) { in DialogDoesNotExistException() method in DialogDoesNotExistException
DDialog.java66 throws DialogDoesNotExistException, SipException; in createPrack()
/external/nist-sip/java/gov/nist/javax/sip/stack/
DSIPDialog.java80 import javax.sip.DialogDoesNotExistException;
2324 public Request createPrack(Response relResponse) throws DialogDoesNotExistException, in createPrack()
2328 throw new DialogDoesNotExistException("Dialog not initialized or terminated"); in createPrack()