Package org.cyclos.impl.search
Class RemoveArchivedEntitiesFromIndexException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.cyclos.impl.search.RemoveArchivedEntitiesFromIndexException
-
- All Implemented Interfaces:
Serializable
public class RemoveArchivedEntitiesFromIndexException extends RuntimeException
Some archived entities might have already been removed from index when there was an error. This exception will indicate the number of already removed entities.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RemoveArchivedEntitiesFromIndexException(long alreadyProcessed, Throwable cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description longgetAlreadyProcessed()-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
RemoveArchivedEntitiesFromIndexException
public RemoveArchivedEntitiesFromIndexException(long alreadyProcessed, Throwable cause)
-
-