com.endeca.portal.compare
Class CompareException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.endeca.portal.compare.CompareException
All Implemented Interfaces:
java.io.Serializable

public class CompareException
extends java.lang.Exception

This exception is thrown when there are other exceptions that can be handled and a specific message will be displayed to the end user.

Author:
Endeca Technologies, Inc.
See Also:
Serialized Form

Constructor Summary
CompareException(java.lang.String message)
           
CompareException(java.lang.Throwable e)
           
 
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

CompareException

public CompareException(java.lang.Throwable e)

CompareException

public CompareException(java.lang.String message)