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:
  • Constructor Details

    • SolrSearchEmptyException

      public SolrSearchEmptyException()
      Creates a new instance of SolrSearchEmptyException without detail message.
    • SolrSearchEmptyException

      public SolrSearchEmptyException(String msg)
      Constructs an instance of SolrSearchEmptyException with the specified detail message.
      Parameters:
      msg - the detail message.
    • SolrSearchEmptyException

      public SolrSearchEmptyException(String msg, Throwable t)