Class 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 Detail

      • RemoveArchivedEntitiesFromIndexException

        public RemoveArchivedEntitiesFromIndexException​(long alreadyProcessed,
                                                        Throwable cause)
    • Method Detail

      • getAlreadyProcessed

        public long getAlreadyProcessed()