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

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

Completed in 139 milliseconds