Package org.dspace.xoai.solr.exceptions
Class SolrSearchEmptyException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.dspace.xoai.solr.exceptions.SolrSearchEmptyException
- All Implemented Interfaces:
Serializable
- Author:
- Lyncode Development Team (dspace at lyncode dot com)
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreates a new instance ofSolrSearchEmptyExceptionwithout detail message.Constructs an instance ofSolrSearchEmptyExceptionwith the specified detail message.SolrSearchEmptyException(String msg, Throwable t) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SolrSearchEmptyException
public SolrSearchEmptyException()Creates a new instance ofSolrSearchEmptyExceptionwithout detail message. -
SolrSearchEmptyException
Constructs an instance ofSolrSearchEmptyExceptionwith the specified detail message.- Parameters:
msg- the detail message.
-
SolrSearchEmptyException
-