AVMDiskDriver propagates the causal exception on filesystem startup failure

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@15944 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Derek Hulley
2009-08-26 21:44:06 +00:00
parent ffbd522cca
commit f16a0f2a74

View File

@@ -603,7 +603,7 @@ public class AVMDiskDriver extends AlfrescoDiskDriver implements DiskInterface
// Rethrow the exception
throw new DeviceContextException("Driver setup error, " + ex.getMessage());
throw new DeviceContextException("Driver setup error, " + ex.getMessage(), ex);
}
finally
{