com.ibm.twss.common.siputils.pheader
Class UnsupportedPAssertedIdentitySchemeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.ibm.twss.common.siputils.pheader.UnsupportedPAssertedIdentitySchemeException
All Implemented Interfaces:
java.io.Serializable

public class UnsupportedPAssertedIdentitySchemeException
extends java.lang.Exception

Indicates that an unsuported scheme was provided to {@link PAssertedIdentity#setPAssertedIdentityHeader(String, javax.servlet.sip.SipServletRequest, javax.servlet.sip.SipFactory)

See Also:
PAssertedIdentity.setPAssertedIdentityHeader(String, javax.servlet.sip.SipServletRequest, javax.servlet.sip.SipFactory), Serialized Form

Constructor Summary
UnsupportedPAssertedIdentitySchemeException(java.lang.String invalidScheme)
          Construct an instance detailing the given invalidScheme.
 
Method Summary
 java.lang.String getInvalidScheme()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UnsupportedPAssertedIdentitySchemeException

public UnsupportedPAssertedIdentitySchemeException(java.lang.String invalidScheme)
Construct an instance detailing the given invalidScheme.

Parameters:
invalidScheme - that was rejected by setPAssertedIdentityHeader.
Method Detail

getInvalidScheme

public java.lang.String getInvalidScheme()
Returns:
the invalid scheme passed to the constructor.


Copyright © 2003 IBM Corp. All Rights Reserved.