Class SolrSearchEmptyException

  • All Implemented Interfaces:
    Serializable

    public class SolrSearchEmptyException
    extends Exception
    Author:
    Lyncode Development Team (dspace at lyncode dot com)
    See Also:
    Serialized Form
    • Constructor Detail

      • 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)