Skip navigation links


com.fatwire.cs.core.search.engine
Class SearchEngineException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.fatwire.cs.core.search.engine.SearchEngineException

All Implemented Interfaces:
java.io.Serializable

public final class SearchEngineException
extends java.lang.Exception

The exception is thrown by Search Engine integration classes to indicate processing errors in indexing, or searching

See Also:
Serialized Form

Constructor Summary
SearchEngineException()
          Contructor without arguments
SearchEngineException(java.lang.String message)
          Contructor with String message indicate the exception reason
SearchEngineException(java.lang.String message, java.lang.Throwable cause)
          Constructor with a String reason and a Throwable; this normally used if there is a higher level Exception caught
SearchEngineException(java.lang.Throwable cause)
          Constructor with a Throwable

 

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

SearchEngineException

public SearchEngineException()
Contructor without arguments

SearchEngineException

public SearchEngineException(java.lang.String message)
Contructor with String message indicate the exception reason
Parameters:
message - the String exception message

SearchEngineException

public SearchEngineException(java.lang.String message,
                             java.lang.Throwable cause)
Constructor with a String reason and a Throwable; this normally used if there is a higher level Exception caught
Parameters:
message - the String exception message
cause - the higher level cause

SearchEngineException

public SearchEngineException(java.lang.Throwable cause)
Constructor with a Throwable
Parameters:
cause - the Throwable

Skip navigation links


Copyright (c) 2013, Oracle and/or its affiliates. All rights reserved.