org.xcmis.search.content
Class IndexModificationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.xcmis.search.SearchServiceException
org.xcmis.search.lucene.index.IndexException
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
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
IndexModificationException
public IndexModificationException()
- Constructor.
IndexModificationException
public IndexModificationException(String message,
Throwable cause)
- Parameters:
message - Stringcause - Throwable
IndexModificationException
public IndexModificationException(String message)
- Parameters:
message - String
IndexModificationException
public IndexModificationException(Throwable cause)
- Parameters:
cause - Throwable
Copyright © 2010 eXo Platform SAS. All Rights Reserved.