net.conquiris.api.index
Class IndexException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.conquiris.api.index.IndexException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- IndexCorruptedException, IndexLockedException
public class IndexException
- extends RuntimeException
Base class for indexing related exceptions.
- Author:
- Andres Rodriguez
- 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(IndexStatus status)
IndexException
public IndexException(IndexStatus status,
String message,
Throwable cause)
IndexException
public IndexException(IndexStatus status,
String message)
IndexException
public IndexException(IndexStatus status,
Throwable cause)
IndexException
public IndexException()
IndexException
public IndexException(String message,
Throwable cause)
IndexException
public IndexException(String message)
IndexException
public IndexException(Throwable cause)
getStatus
public final IndexStatus getStatus()
- Returns the suggested status.
Copyright © 2012 Derquinse Projects.. All Rights Reserved.