Home
last modified time | relevance | path

Searched refs:InvalidArgumentException (Results 1 – 25 of 92) sorted by relevance

1234

/external/nist-sip/java/javax/sip/header/
DHeaderFactory.java7 import javax.sip.InvalidArgumentException;
52 throws InvalidArgumentException; in createContentLengthHeader()
62 throws ParseException, InvalidArgumentException; in createCSeqHeader()
65 throws ParseException, InvalidArgumentException; in createCSeqHeader()
74 throws InvalidArgumentException; in createExpiresHeader()
90 throws InvalidArgumentException; in createMaxForwardsHeader()
93 int minorVersion) throws InvalidArgumentException; in createMimeVersionHeader()
96 throws InvalidArgumentException; in createMinExpiresHeader()
113 throws InvalidArgumentException, ParseException; in createRAckHeader()
120 throws InvalidArgumentException, ParseException; in createRAckHeader()
[all …]
DTimeStampHeader.java3 import javax.sip.InvalidArgumentException;
9 void setDelay(float delay) throws InvalidArgumentException; in setDelay()
14 void setTime(long timeStamp) throws InvalidArgumentException; in setTime()
17 void setTimeDelay(int delay) throws InvalidArgumentException; in setTimeDelay()
20 void setTimeStamp(float timeStamp) throws InvalidArgumentException; in setTimeStamp()
DRAckHeader.java4 import javax.sip.InvalidArgumentException;
13 void setCSequenceNumber(long cSequenceNumber) throws InvalidArgumentException; in setCSequenceNumber()
16 void setRSequenceNumber(long rSequenceNumber) throws InvalidArgumentException; in setRSequenceNumber()
27 void setCSeqNumber(int cSeqNumber) throws InvalidArgumentException; in setCSeqNumber()
38 void setRSeqNumber(int rSeqNumber) throws InvalidArgumentException; in setRSeqNumber()
DViaHeader.java4 import javax.sip.InvalidArgumentException;
19 void setPort(int port) throws InvalidArgumentException; in setPort()
28 void setRPort() throws InvalidArgumentException; in setRPort()
34 void setTTL(int ttl) throws InvalidArgumentException; in setTTL()
DRSeqHeader.java3 import javax.sip.InvalidArgumentException;
9 void setSeqNumber(long sequenceNumber) throws InvalidArgumentException; in setSeqNumber()
21 void setSequenceNumber(int sequenceNumber) throws InvalidArgumentException; in setSequenceNumber()
DMimeVersionHeader.java3 import javax.sip.InvalidArgumentException;
9 void setMajorVersion(int majorVersion) throws InvalidArgumentException; in setMajorVersion()
12 void setMinorVersion(int minorVersion) throws InvalidArgumentException; in setMinorVersion()
DContactHeader.java3 import javax.sip.InvalidArgumentException;
9 void setExpires(int expires) throws InvalidArgumentException; in setExpires()
12 void setQValue(float qValue) throws InvalidArgumentException; in setQValue()
DRetryAfterHeader.java4 import javax.sip.InvalidArgumentException;
15 void setDuration(int duration) throws InvalidArgumentException; in setDuration()
19 void setRetryAfter(int retryAfter) throws InvalidArgumentException; in setRetryAfter()
/external/nist-sip/java/gov/nist/javax/sip/header/
DTimeStamp.java32 import javax.sip.InvalidArgumentException;
130 public void setTimeStamp(float timeStamp) throws InvalidArgumentException { in setTimeStamp()
132 throw new InvalidArgumentException( in setTimeStamp()
162 public void setDelay(float delay) throws InvalidArgumentException { in setDelay()
164 throw new InvalidArgumentException( in setDelay()
180 public void setTime(long timeStamp) throws InvalidArgumentException { in setTime()
182 throw new InvalidArgumentException("Illegal timestamp"); in setTime()
188 public void setTimeDelay(int delay) throws InvalidArgumentException { in setTimeDelay()
190 throw new InvalidArgumentException("Value out of range " + delay); in setTimeDelay()
DRAck.java31 import javax.sip.InvalidArgumentException;
116 public void setCSeqNumber(int cSeqNumber) throws InvalidArgumentException { in setCSeqNumber()
134 throws InvalidArgumentException { in setCSequenceNumber()
136 throw new InvalidArgumentException("Bad CSeq # " + cSeqNumber); in setCSequenceNumber()
145 public void setRSeqNumber(int rSeqNumber) throws InvalidArgumentException { in setRSeqNumber()
151 throws InvalidArgumentException { in setRSequenceNumber()
153 throw new InvalidArgumentException("Bad rSeq # " + rSeqNumber); in setRSequenceNumber()
DHeaderFactoryImpl.java37 import javax.sip.InvalidArgumentException;
238 throws ParseException, InvalidArgumentException { in createCSeqHeader()
240 throw new InvalidArgumentException("bad arg " + sequenceNumber); in createCSeqHeader()
255 throws ParseException, InvalidArgumentException { in createCSeqHeader()
392 throws InvalidArgumentException { in createContentLengthHeader()
394 throw new InvalidArgumentException("bad contentLength"); in createContentLengthHeader()
466 throws InvalidArgumentException { in createExpiresHeader()
468 throw new InvalidArgumentException("bad value " + expires); in createExpiresHeader()
551 throws InvalidArgumentException { in createMaxForwardsHeader()
553 throw new InvalidArgumentException( in createMaxForwardsHeader()
[all …]
DMimeVersion.java31 import javax.sip.InvalidArgumentException;
95 throws InvalidArgumentException { in setMinorVersion()
97 throw new InvalidArgumentException( in setMinorVersion()
111 throws InvalidArgumentException { in setMajorVersion()
113 throw new InvalidArgumentException( in setMajorVersion()
DSubscriptionState.java31 import javax.sip.InvalidArgumentException;
71 public void setExpires(int expires) throws InvalidArgumentException { in setExpires()
73 throw new InvalidArgumentException( in setExpires()
96 public void setRetryAfter(int retryAfter) throws InvalidArgumentException { in setRetryAfter()
98 throw new InvalidArgumentException( in setRetryAfter()
DRSeq.java28 import javax.sip.InvalidArgumentException;
70 public void setSeqNumber(long sequenceNumber) throws InvalidArgumentException { in setSeqNumber()
73 throw new InvalidArgumentException( in setSeqNumber()
83 public void setSequenceNumber(int sequenceNumber) throws InvalidArgumentException { in setSequenceNumber()
DCSeq.java33 import javax.sip.InvalidArgumentException;
132 throws InvalidArgumentException { in setSeqNumber()
134 throw new InvalidArgumentException( in setSeqNumber()
138 throw new InvalidArgumentException( in setSeqNumber()
148 public void setSequenceNumber(int sequenceNumber) throws InvalidArgumentException { in setSequenceNumber()
DMaxForwards.java31 import javax.sip.InvalidArgumentException;
58 public MaxForwards( int m ) throws InvalidArgumentException { in MaxForwards()
75 throws InvalidArgumentException { in setMaxForwards()
77 throw new InvalidArgumentException( in setMaxForwards()
DRetryAfter.java119 public void setRetryAfter(int retryAfter) throws InvalidArgumentException { in setRetryAfter()
121 throw new InvalidArgumentException( in setRetryAfter()
172 public void setDuration(int duration) throws InvalidArgumentException { in setDuration()
174 throw new InvalidArgumentException("the duration parameter is <0"); in setDuration()
DAcceptEncoding.java31 import javax.sip.InvalidArgumentException;
131 public void setQValue(float q) throws InvalidArgumentException { in setQValue()
133 throw new InvalidArgumentException("qvalue out of range!"); in setQValue()
/external/nist-sip/java/gov/nist/javax/sip/header/ims/
DSecurityAgree.java37 import javax.sip.InvalidArgumentException;
198 public void setSPIClient(int spic) throws InvalidArgumentException { in setSPIClient()
200 throw new InvalidArgumentException( in setSPIClient()
211 public void setSPIServer(int spis) throws InvalidArgumentException { in setSPIServer()
213 throw new InvalidArgumentException( in setSPIServer()
224 public void setPortClient(int portC) throws InvalidArgumentException { in setPortClient()
226 throw new InvalidArgumentException( in setPortClient()
237 public void setPortServer(int portS) throws InvalidArgumentException { in setPortServer()
239 throw new InvalidArgumentException( in setPortServer()
253 public void setPreference(float q) throws InvalidArgumentException { in setPreference()
[all …]
DSecurityAgreeHeader.java34 import javax.sip.InvalidArgumentException;
92 public void setSPIClient(int spic) throws InvalidArgumentException; in setSPIClient()
99 public void setSPIServer(int spis) throws InvalidArgumentException; in setSPIServer()
106 public void setPortClient(int portC) throws InvalidArgumentException; in setPortClient()
114 public void setPortServer(int portS) throws InvalidArgumentException; in setPortServer()
121 public void setPreference(float q) throws InvalidArgumentException; in setPreference()
DPServedUser.java28 import javax.sip.InvalidArgumentException;
82 throw new InvalidArgumentException("Value can be either reg or unreg"); in setRegistrationState()
83 } catch (InvalidArgumentException e) { in setRegistrationState()
111 throw new InvalidArgumentException("Value can be either orig or term"); in setSessionCase()
112 } catch (InvalidArgumentException e) { in setSessionCase()
/external/nist-sip/java/gov/nist/javax/sip/parser/ims/
DPPreferredServiceParser.java29 import javax.sip.InvalidArgumentException;
114 … throw new InvalidArgumentException("URN should atleast have one sub-service"); in parse()
115 } catch (InvalidArgumentException e) { in parse()
127 … throw new InvalidArgumentException("URN should atleast have one sub-application"); in parse()
128 } catch (InvalidArgumentException e) { in parse()
137 throw new InvalidArgumentException("URN is not well formed"); in parse()
139 } catch (InvalidArgumentException e) { in parse()
DPAssertedServiceParser.java28 import javax.sip.InvalidArgumentException;
76 … throw new InvalidArgumentException("URN should atleast have one sub-service"); in parse()
77 } catch (InvalidArgumentException e) { in parse()
89 … throw new InvalidArgumentException("URN should atleast have one sub-application"); in parse()
90 } catch (InvalidArgumentException e) { in parse()
99 throw new InvalidArgumentException("URN is not well formed"); in parse()
101 } catch (InvalidArgumentException e) { in parse()
/external/nist-sip/java/javax/sip/
DInvalidArgumentException.java3 public class InvalidArgumentException extends SipException { class
4 public InvalidArgumentException() { in InvalidArgumentException() method in InvalidArgumentException
7 public InvalidArgumentException(String message) { in InvalidArgumentException() method in InvalidArgumentException
11 public InvalidArgumentException(String message, Throwable cause) { in InvalidArgumentException() method in InvalidArgumentException
/external/nist-sip/java/gov/nist/javax/sip/header/extensions/
DSessionExpires.java12 import javax.sip.InvalidArgumentException;
68 public void setExpires(int expires) throws InvalidArgumentException { in setExpires()
70 throw new InvalidArgumentException("bad argument " + expires); in setExpires()

1234