com.ibm.twss.common.siputils
Class InvalidNormalizationInputException

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

public class InvalidNormalizationInputException
extends java.lang.Exception

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

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

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

InvalidNormalizationInputException

public InvalidNormalizationInputException(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.