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
public class SolrSearchEmptyException extends Exception
- Author:
- Lyncode Development Team (dspace at lyncode dot com)
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SolrSearchEmptyException()Creates a new instance ofSolrSearchEmptyExceptionwithout detail message.SolrSearchEmptyException(String msg)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 Detail
-
SolrSearchEmptyException
public SolrSearchEmptyException()
Creates a new instance ofSolrSearchEmptyExceptionwithout detail message.
-
SolrSearchEmptyException
public SolrSearchEmptyException(String msg)
Constructs an instance ofSolrSearchEmptyExceptionwith the specified detail message.- Parameters:
msg- the detail message.
-
-