[Webfunds-commits] java/webfunds/sox SubAccount.java
Ian Grigg
iang@cypherpunks.ai
Fri, 6 Apr 2001 19:55:03 -0400 (AST)
iang 01/04/06 19:55:02
Modified: webfunds/sox SubAccount.java
Log:
diags only
Revision Changes Path
1.31 +3 -2 java/webfunds/sox/SubAccount.java
Index: SubAccount.java
===================================================================
RCS file: /home/webfunds/cvsroot/java/webfunds/sox/SubAccount.java,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- SubAccount.java 2001/02/27 01:28:29 1.30
+++ SubAccount.java 2001/04/06 23:55:02 1.31
@@ -1,4 +1,4 @@
-/* $Id: SubAccount.java,v 1.30 2001/02/27 01:28:29 iang Exp $
+/* $Id: SubAccount.java,v 1.31 2001/04/06 23:55:02 iang Exp $
*
* Copyright (c) Systemics Inc. 1995-2000 on behalf of
* The WebFunds Development Team. All Rights Reserved.
@@ -126,8 +126,9 @@
} catch (SOXIssuerException ex) {
if (ex.isNoContract())
throw new SOXSubAccountException(
- SOXSubAccountException.NO_CONTRACT, ex.getMessage());
+ SOXSubAccountException.NO_CONTRACT, ex.toString());
+ ex.printStackTrace();
throw new SOXSubAccountException(SOXSubAccountException.NO_SERVER,
"no SOX server available for " + itemId + " : " + ex);
}