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

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

Completed in 741 milliseconds