mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-07 01:54:22 +00:00
New catch (Exception)
This commit is contained in:
@@ -60,12 +60,15 @@ public class DSpaceOAIDataProvider extends HttpServlet
|
||||
}
|
||||
catch (com.lyncode.xoai.dataprovider.exceptions.ConfigurationException e)
|
||||
{
|
||||
System.out.println("Unable to configure XOAI (OAI 2.0 Core)");
|
||||
System.out.println("Unable to configure XOAI (XOAI 2.0 Core)");
|
||||
e.printStackTrace();
|
||||
}
|
||||
catch (SolrServerException e)
|
||||
{
|
||||
System.out.println("Unable to configure XOAI (OAI 2.0 Core)");
|
||||
System.out.println("Unable to connect to Solr Server");
|
||||
e.printStackTrace();
|
||||
} catch (Exception e) {
|
||||
System.out.println("Unable to initialize XOAI.");
|
||||
e.printStackTrace();
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user