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