Home
last modified time | relevance | path

Searched refs:ObjectInUseException (Results 1 – 10 of 10) sorted by relevance

/external/nist-sip/java/javax/sip/
DObjectInUseException.java3 public class ObjectInUseException extends SipException { class
4 public ObjectInUseException() { in ObjectInUseException() method in ObjectInUseException
7 public ObjectInUseException(String message) { in ObjectInUseException() method in ObjectInUseException
11 public ObjectInUseException(String message, Throwable cause) { in ObjectInUseException() method in ObjectInUseException
DSipStack.java18 throws ObjectInUseException; in deleteListeningPoint()
21 throws ObjectInUseException; in createSipProvider()
22 void deleteSipProvider(SipProvider sipProvider) throws ObjectInUseException; in deleteSipProvider()
DSipProvider.java14 throws ObjectInUseException; in setListeningPoint()
16 throws ObjectInUseException; in addListeningPoint()
18 throws ObjectInUseException; in removeListeningPoint()
DTransaction.java25 void terminate() throws ObjectInUseException; in terminate()
/external/nist-sip/java/gov/nist/javax/sip/
DSipStackImpl.java59 import javax.sip.ObjectInUseException;
1129 throws ObjectInUseException { in createSipProvider()
1137 throw new ObjectInUseException("Provider already attached!"); in createSipProvider()
1153 throws ObjectInUseException { in deleteListeningPoint()
1170 throws ObjectInUseException { in deleteSipProvider()
1181 throw new ObjectInUseException( in deleteSipProvider()
DSipProviderImpl.java62 import javax.sip.ObjectInUseException;
1017 throws ObjectInUseException { in addListeningPoint()
1020 throw new ObjectInUseException( in addListeningPoint()
1031 throw new ObjectInUseException( in addListeningPoint()
1037 throw new ObjectInUseException( in addListeningPoint()
1053 throws ObjectInUseException { in removeListeningPoint()
1056 throw new ObjectInUseException("Object is in use"); in removeListeningPoint()
DDialogFilter.java57 import javax.sip.ObjectInUseException;
/external/nist-sip/java/gov/nist/javax/sip/stack/
DSIPClientTransaction.java57 import javax.sip.ObjectInUseException;
1320 public void terminate() throws ObjectInUseException { in terminate()
DSIPServerTransaction.java51 import javax.sip.ObjectInUseException;
1521 public void terminate() throws ObjectInUseException { in terminate()
DSIPDialog.java85 import javax.sip.ObjectInUseException;
295 } catch (ObjectInUseException e) { in terminate()