Searched refs:DialogDoesNotExistException (Results 1 – 3 of 3) sorted by relevance
3 public class DialogDoesNotExistException extends SipException { class4 public DialogDoesNotExistException(){ in DialogDoesNotExistException() method in DialogDoesNotExistException7 public DialogDoesNotExistException(String message) { in DialogDoesNotExistException() method in DialogDoesNotExistException11 public DialogDoesNotExistException(String message, Throwable cause) { in DialogDoesNotExistException() method in DialogDoesNotExistException
66 throws DialogDoesNotExistException, SipException; in createPrack()
80 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()