Package io.goobi.viewer.exceptions
Class IndexUnreachableException
java.lang.Object
java.lang.Throwable
java.lang.Exception
io.goobi.viewer.exceptions.IndexUnreachableException
- All Implemented Interfaces:
Serializable
Thrown when the Solr search index cannot be reached or is unavailable.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionIndexUnreachableException(String string) Creates a new IndexUnreachableException instance. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
IndexUnreachableException
Creates a new IndexUnreachableException instance.- Parameters:
string-String
-