[Webfunds-commits] java/webfunds/sox/value ValueManager.java

Ian Grigg iang@cypherpunks.ai
Thu, 12 Apr 2001 21:46:31 -0400 (AST)


iang        01/04/12 21:46:31

  Modified:    webfunds/sox/value ValueManager.java
  Log:
  more convenient variables only

Revision  Changes    Path
1.7       +2 -2      java/webfunds/sox/value/ValueManager.java

Index: ValueManager.java
===================================================================
RCS file: /home/webfunds/cvsroot/java/webfunds/sox/value/ValueManager.java,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ValueManager.java	2001/04/12 04:52:57	1.6
+++ ValueManager.java	2001/04/13 01:46:30	1.7
@@ -1,4 +1,4 @@
-/* $Id: ValueManager.java,v 1.6 2001/04/12 04:52:57 iang Exp $
+/* $Id: ValueManager.java,v 1.7 2001/04/13 01:46:30 iang Exp $
  *
  * Copyright (c) Systemics Inc. 1995-2000 on behalf of
  * The WebFunds Development Team.  All Rights Reserved.
@@ -60,7 +60,7 @@
  *
  *  (Was the SOXWallet -- attempt to separate and make simple!)
  *
- * @version $Revision: 1.6 $
+ * @version $Revision: 1.7 $
  */
 public class ValueManager
     extends Debug
@@ -871,10 +871,10 @@
                   (err == Errors.ERROR_NOT_TOKEN)                         ||
                   false
                )
-                  throw new PaymentException(err, ex.getMessage());
+                  throw new PaymentException(err, error);
 
             ex.printStackTrace();
-            throw new AccountException(ex.getNumber(), ex.getMessage());
+            throw new AccountException(err, error);
 
         } catch (SOXArgsException ex) {
             ex.printStackTrace();