Class DSpaceSolrException

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

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

    • DSpaceSolrException

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

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

      public DSpaceSolrException(String msg, Throwable t)