org.xcmis.search.content
Class IndexModificationException

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.content.IndexModificationException
All Implemented Interfaces:
Serializable

public class IndexModificationException
extends IndexException

Exception that can occur during index modification.

See Also:
Serialized Form

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

IndexModificationException

public IndexModificationException()
Constructor.


IndexModificationException

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

IndexModificationException

public IndexModificationException(String message)
Parameters:
message - String

IndexModificationException

public IndexModificationException(Throwable cause)
Parameters:
cause - Throwable


Copyright © 2011 eXo Platform SAS. All Rights Reserved.