Package org.xwiki.search.solr
Class SolrException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.xwiki.search.solr.SolrException
-
- All Implemented Interfaces:
Serializable
public class SolrException extends Exception
Solr component exception.- Since:
- 12.2
- Version:
- $Id: 79c3c0a4dd6ce114195db6fc5155ec0f86a49902 $
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SolrException(String message)
Constructor.SolrException(String message, Exception cause)
Constructor.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
SolrException
public SolrException(String message, Exception cause)
Constructor.- Parameters:
message
- the exception messagecause
- the exception that caused this exception
-
SolrException
public SolrException(String message)
Constructor.- Parameters:
message
- the exception message
-
-