com.ibm.twss.common.siputils
Class CompactHeaderExpansionException

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

public class CompactHeaderExpansionException
extends URIComparisonException

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
CompactHeaderExpansionException(java.lang.String invalidInput, java.lang.Throwable rootCause)
          Construct an instance detailing the given invalidInput and underlying rootCause.
 
Method Summary
 java.lang.String getInvalidInput()
           
 
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

CompactHeaderExpansionException

public CompactHeaderExpansionException(java.lang.String invalidInput,
                                       java.lang.Throwable rootCause)
Construct an instance detailing the given invalidInput and underlying rootCause.

Parameters:
invalidInput - that was rejected by the normalizeURI method.
rootCause - reported by the normalize method.
Method Detail

getInvalidInput

public java.lang.String getInvalidInput()
Returns:
the invalid input passed to the constructor.


Copyright © 2003 IBM Corp. All Rights Reserved.