com.ibm.twss.common.siputils
Class UnsupportedComparisonSchemeException

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

public class UnsupportedComparisonSchemeException
extends java.lang.Exception

Indicates that an unrecoverable input was passed to URIComparison.areEquivalent(String, String, javax.servlet.sip.SipFactory)

See Also:
URIComparison.areEquivalent(String, String, javax.servlet.sip.SipFactory), Serialized Form

Constructor Summary
UnsupportedComparisonSchemeException(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

UnsupportedComparisonSchemeException

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

Parameters:
invalidScheme - that was rejected by the normalizeURI method.
Method Detail

getInvalidScheme

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


Copyright © 2003 IBM Corp. All Rights Reserved.