Lines Matching refs:SipException
66 import javax.sip.SipException;
350 } catch (SipException ex) { in getNewClientTransaction()
665 public void sendRequest(Request request) throws SipException { in sendRequest()
667 throw new SipException("Stack is stopped."); in sendRequest()
684 throw new SipException("could not determine next hop!"); in sendRequest()
689 throw new SipException("Invalid SipRequest -- no via header!"); in sendRequest()
713 throw new SipException( in sendRequest()
722 throw new SipException( in sendRequest()
740 public void sendResponse(Response response) throws SipException { in sendResponse()
742 throw new SipException("Stack is stopped"); in sendResponse()
746 throw new SipException("No via header in response!"); in sendResponse()
749 throw new SipException("Transaction exists -- cannot send response statelessly"); in sendResponse()
785 throw new SipException( in sendResponse()
793 throw new SipException(ex.getMessage()); in sendResponse()
822 public Dialog getNewDialog(Transaction transaction) throws SipException { in getNewDialog()
827 throw new SipException("Stack is stopped."); in getNewDialog()
830 throw new SipException(" Error - AUTOMATIC_DIALOG_SUPPORT is on"); in getNewDialog()
833 throw new SipException("Dialog cannot be created for this method " in getNewDialog()
844 throw new SipException( in getNewDialog()
877 throw new SipException("Dialog already exists!"); in getNewDialog()
884 throw new SipException( in getNewDialog()