org.xcmis.search.lucene.index
Class IndexException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.xcmis.search.SearchServiceException
org.xcmis.search.lucene.index.IndexException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- IndexConfigurationException, IndexModificationException, IndexReaderNotFoundException, IndexTransactionException
public class IndexException
- extends SearchServiceException
Created by The eXo Platform SAS.
- Version:
- $Id: IndexException.java 2 2010-02-04 17:21:49Z andrew00x $
- Author:
- Sergey Kabashnyuk
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
IndexException
public IndexException()
IndexException
public IndexException(String message,
Throwable cause)
- Parameters:
message - cause -
IndexException
public IndexException(String message)
- Parameters:
message -
IndexException
public IndexException(Throwable cause)
- Parameters:
cause -
Copyright © 2010 eXo Platform SAS. All Rights Reserved.