Searched refs:ObjectInUseException (Results 1 – 10 of 10) sorted by relevance
3 public class ObjectInUseException extends SipException { class4 public ObjectInUseException() { in ObjectInUseException() method in ObjectInUseException7 public ObjectInUseException(String message) { in ObjectInUseException() method in ObjectInUseException11 public ObjectInUseException(String message, Throwable cause) { in ObjectInUseException() method in ObjectInUseException
18 throws ObjectInUseException; in deleteListeningPoint()21 throws ObjectInUseException; in createSipProvider()22 void deleteSipProvider(SipProvider sipProvider) throws ObjectInUseException; in deleteSipProvider()
14 throws ObjectInUseException; in setListeningPoint()16 throws ObjectInUseException; in addListeningPoint()18 throws ObjectInUseException; in removeListeningPoint()
25 void terminate() throws ObjectInUseException; in terminate()
59 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()
62 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()
57 import javax.sip.ObjectInUseException;
57 import javax.sip.ObjectInUseException;1320 public void terminate() throws ObjectInUseException { in terminate()
51 import javax.sip.ObjectInUseException;1521 public void terminate() throws ObjectInUseException { in terminate()
85 import javax.sip.ObjectInUseException;295 } catch (ObjectInUseException e) { in terminate()