com.ibm.twss.common.siputils
Class URIComparisonException

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

public class URIComparisonException
extends java.lang.Exception

Serves as the root exception for exceptions thrown by URIComparison.areEquivalent(String, String, javax.servlet.sip.SipFactory)

See Also:
Serialized Form

Constructor Summary
URIComparisonException()
          
URIComparisonException(java.lang.String message)
          
URIComparisonException(java.lang.String message, java.lang.Throwable cause)
          
URIComparisonException(java.lang.Throwable cause)
          
 
Method Summary
 
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

URIComparisonException

public URIComparisonException()


URIComparisonException

public URIComparisonException(java.lang.String message)


URIComparisonException

public URIComparisonException(java.lang.Throwable cause)


URIComparisonException

public URIComparisonException(java.lang.String message,
                              java.lang.Throwable cause)



Copyright © 2003 IBM Corp. All Rights Reserved.