Class StatisticsUnavailableException

java.lang.Object
java.lang.Throwable
java.lang.Exception
io.goobi.viewer.model.statistics.index.StatisticsUnavailableException
All Implemented Interfaces:
Serializable

public class StatisticsUnavailableException extends Exception
Thrown when a statistics aggregation cannot be served because Solr (or the underlying data source) is unreachable AND no cached snapshot is available to fall back on. Translated to HTTP 503 by the resource layer.
See Also:
  • Constructor Details

    • StatisticsUnavailableException

      public StatisticsUnavailableException(String message, Throwable cause)