ozeigermann    2004/06/23 02:13:42

  Modified:    src/share/org/apache/slide/store AbstractStore.java
  Log:
  Improved reporting a bit
  
  Revision  Changes    Path
  1.42      +5 -5      
jakarta-slide/src/share/org/apache/slide/store/AbstractStore.java
  
  Index: AbstractStore.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-slide/src/share/org/apache/slide/store/AbstractStore.java,v
  retrieving revision 1.41
  retrieving revision 1.42
  diff -u -r1.41 -r1.42
  --- AbstractStore.java        6 May 2004 09:17:54 -0000       1.41
  +++ AbstractStore.java        23 Jun 2004 09:13:42 -0000      1.42
  @@ -1586,7 +1586,7 @@
               }
           } catch (Exception e) {
               // Something went wrong.
  -            throw new ServiceAccessException(this, e.getMessage());
  +            throw new ServiceAccessException(this, e);
           }
       }
       
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to