Class DSpaceSolrIndexerException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.dspace.xoai.solr.exceptions.DSpaceSolrIndexerException
All Implemented Interfaces:
Serializable

public class DSpaceSolrIndexerException extends Exception
Author:
Lyncode Development Team (dspace at lyncode dot com)
See Also:
  • Constructor Details

    • DSpaceSolrIndexerException

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

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

      public DSpaceSolrIndexerException(String msg, Throwable t)