Package org.dspace.xoai.solr.exceptions
Class DSpaceSolrException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.dspace.xoai.solr.exceptions.DSpaceSolrException
- All Implemented Interfaces:
Serializable
- Author:
- Lyncode Development Team (dspace at lyncode dot com)
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreates a new instance ofDSpaceSolrExceptionwithout detail message.Constructs an instance ofDSpaceSolrExceptionwith the specified detail message.DSpaceSolrException(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 Details
-
DSpaceSolrException
public DSpaceSolrException()Creates a new instance ofDSpaceSolrExceptionwithout detail message. -
DSpaceSolrException
Constructs an instance ofDSpaceSolrExceptionwith the specified detail message.- Parameters:
msg- the detail message.
-
DSpaceSolrException
-