org.xcmis.search.config
Class IndexConfigurationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.xcmis.search.SearchServiceException
              extended by org.xcmis.search.lucene.index.IndexException
                  extended by org.xcmis.search.config.IndexConfigurationException
All Implemented Interfaces:
Serializable

public class IndexConfigurationException
extends IndexException

This exception is thrown when condition occurred.

See Also:
Serialized Form

Constructor Summary
IndexConfigurationException()
          Constructor.
IndexConfigurationException(String message)
           
IndexConfigurationException(String message, Throwable cause)
           
IndexConfigurationException(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

IndexConfigurationException

public IndexConfigurationException()
Constructor.


IndexConfigurationException

public IndexConfigurationException(String message)
Parameters:
message - String message

IndexConfigurationException

public IndexConfigurationException(String message,
                                   Throwable cause)
Parameters:
message - String message
cause - Throwable cause

IndexConfigurationException

public IndexConfigurationException(Throwable cause)
Parameters:
cause -


Copyright © 2011 eXo Platform SAS. All Rights Reserved.