Class StatisticsUnavailableException
java.lang.Object
java.lang.Throwable
java.lang.Exception
io.goobi.viewer.model.statistics.index.StatisticsUnavailableException
- All Implemented Interfaces:
Serializable
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 Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
StatisticsUnavailableException
-