Author: bfoster
Date: Sat Apr 19 11:09:49 2014
New Revision: 1588636

URL: http://svn.apache.org/r1588636
Log:
Add cause to exception

Modified:
    
oodt/trunk/pushpull/src/main/java/org/apache/oodt/cas/pushpull/retrievalsystem/FileRetrievalSystem.java

Modified: 
oodt/trunk/pushpull/src/main/java/org/apache/oodt/cas/pushpull/retrievalsystem/FileRetrievalSystem.java
URL: 
http://svn.apache.org/viewvc/oodt/trunk/pushpull/src/main/java/org/apache/oodt/cas/pushpull/retrievalsystem/FileRetrievalSystem.java?rev=1588636&r1=1588635&r2=1588636&view=diff
==============================================================================
--- 
oodt/trunk/pushpull/src/main/java/org/apache/oodt/cas/pushpull/retrievalsystem/FileRetrievalSystem.java
 (original)
+++ 
oodt/trunk/pushpull/src/main/java/org/apache/oodt/cas/pushpull/retrievalsystem/FileRetrievalSystem.java
 Sat Apr 19 11:09:49 2014
@@ -491,7 +491,7 @@ public class FileRetrievalSystem {
                             this.failedDownloadList.add(file);
                             throw new RemoteConnectionException(
                                     "Failed to get session to download " + file
-                                            + " : " + e.getMessage());
+                                            + " : " + e.getMessage(), e);
                         }
                     }
                 }


Reply via email to