Package org.dspace.xoai.solr.exceptions
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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DSpaceSolrIndexerException()Creates a new instance ofDSpaceSolrExceptionwithout detail message.DSpaceSolrIndexerException(String msg)Constructs an instance ofDSpaceSolrExceptionwith the specified detail message.DSpaceSolrIndexerException(String msg, Throwable t)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
DSpaceSolrIndexerException
public DSpaceSolrIndexerException()
Creates a new instance ofDSpaceSolrExceptionwithout detail message.
-
DSpaceSolrIndexerException
public DSpaceSolrIndexerException(String msg)
Constructs an instance ofDSpaceSolrExceptionwith the specified detail message.- Parameters:
msg- the detail message.
-
-