mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
Google Doc Integration: Fix system unit test failures
* Fixed spreadsheet download * Refactored use of DocService to improve reliability * Reuse security tokens * Consolidate code as a result of above changes git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@30832 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -18,11 +18,13 @@
|
||||
*/
|
||||
package org.alfresco.repo.googledocs;
|
||||
|
||||
import org.alfresco.error.AlfrescoRuntimeException;
|
||||
|
||||
|
||||
/**
|
||||
* Google docs service initialisation exception class.
|
||||
*/
|
||||
public class GoogleDocsServiceInitException extends Exception
|
||||
public class GoogleDocsServiceInitException extends AlfrescoRuntimeException
|
||||
{
|
||||
/** Serial version UUID */
|
||||
private static final long serialVersionUID = -2104024155137888545L;
|
||||
@@ -43,12 +45,4 @@ public class GoogleDocsServiceInitException extends Exception
|
||||
{
|
||||
super(message, cause);
|
||||
}
|
||||
|
||||
/**
|
||||
* @param cause causing exception
|
||||
*/
|
||||
public GoogleDocsServiceInitException(Throwable cause)
|
||||
{
|
||||
super(cause);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user