phpgroupware-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-cvs] sync/sync4j/de/probusiness/pbgroupware/sync/PHPGwSyn


From: nomail
Subject: [Phpgroupware-cvs] sync/sync4j/de/probusiness/pbgroupware/sync/PHPGwSyncXMLRPCClient.java, 1.5
Date: Wed, 9 Jun 2004 20:35:09 +0200

Update of /sync/sync4j/de/probusiness/pbgroupware/sync
Modified Files:
        Branch: 
          PHPGwSyncXMLRPCClient.java

date: 2004/06/09 18:35:09;  author: mkaemmerer;  state: Exp;  lines: +3 -1

Log Message:
- new sourceinfo and  mimetype handling
=====================================================================
Index: sync/sync4j/de/probusiness/pbgroupware/sync/PHPGwSyncXMLRPCClient.java
diff -u 
sync/sync4j/de/probusiness/pbgroupware/sync/PHPGwSyncXMLRPCClient.java:1.4 
sync/sync4j/de/probusiness/pbgroupware/sync/PHPGwSyncXMLRPCClient.java:1.5
--- sync/sync4j/de/probusiness/pbgroupware/sync/PHPGwSyncXMLRPCClient.java:1.4  
Thu Mar 11 00:20:09 2004
+++ sync/sync4j/de/probusiness/pbgroupware/sync/PHPGwSyncXMLRPCClient.java      
Wed Jun  9 18:35:09 2004
@@ -133,7 +133,9 @@
                        throw new AuthenticationFailed();
                }
                catch (final XmlRpcException e) {
-                       throw new SyncSourceException("xml-rpc protocol error", 
e);
+                       throw new SyncSourceException(
+                               "xml-rpc protocol error: " + e.getMessage() + 
"-[" + e.getClass().getName() + "]", e
+                       );
                }
                catch (final IOException e) {
                        throw new SyncSourceException("xml-rpc io error", e);




reply via email to

[Prev in Thread] Current Thread [Next in Thread]