Class DSpaceSolrIndexerException

  • All Implemented Interfaces:
    Serializable

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

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