HomeSort by relevance Sort by last modified time
    Searched refs:SIPDuplicateHeaderException (Results 1 - 4 of 4) sorted by null

  /external/nist-sip/java/gov/nist/javax/sip/message/
SIPDuplicateHeaderException.java 45 public class SIPDuplicateHeaderException extends ParseException {
50 public SIPDuplicateHeaderException(String msg) {
SIPMessage.java 568 } catch (SIPDuplicateHeaderException ex) {
591 } catch (SIPDuplicateHeaderException ex) {
607 } catch (SIPDuplicateHeaderException ex) {
619 * @throws SIPDuplicateHeaderException If replaceFlag is false and only a singleton header is
622 public void attachHeader(SIPHeader h, boolean replaceflag) throws SIPDuplicateHeaderException {
633 * @exception SIPDuplicateHeaderException if the header is of a type that cannot tolerate
640 throws SIPDuplicateHeaderException {
    [all...]
SIPRequest.java 714 } catch (SIPDuplicateHeaderException e) {
    [all...]
SIPResponse.java 716 } catch (SIPDuplicateHeaderException e) {

Completed in 631 milliseconds