Class LuceneException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.atlassian.confluence.internal.search.v2.lucene.LuceneException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
LuceneConnectionClosedException
public class LuceneException extends RuntimeException
Thrown when a disaster happens in the underlying Lucene layer.- Since:
- 8.0
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description LuceneException(String message)
LuceneException(String msg, Throwable cause)
LuceneException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-