You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by st...@apache.org on 2004/09/07 11:33:54 UTC

cvs commit: ws-axis/java/src/org/apache/axis Constants.java

stevel      2004/09/07 02:33:54

  Modified:    java/src/org/apache/axis Constants.java
  Log:
  some comments
  
  Revision  Changes    Path
  1.135     +2 -1      ws-axis/java/src/org/apache/axis/Constants.java
  
  Index: Constants.java
  ===================================================================
  RCS file: /home/cvs/ws-axis/java/src/org/apache/axis/Constants.java,v
  retrieving revision 1.134
  retrieving revision 1.135
  diff -u -r1.134 -r1.135
  --- Constants.java	17 Jun 2004 05:09:26 -0000	1.134
  +++ Constants.java	7 Sep 2004 09:33:54 -0000	1.135
  @@ -634,7 +634,8 @@
       public static final QName QNAME_FAULTDETAIL_EXCEPTIONNAME = new QName(NS_URI_AXIS, "exceptionName");
   
       /**
  -     * QName of stack trace element in an axis fault detail.
  +     * Flag set if this was a runtime exception, rather than something thrown by the class at the end of the
  +     * chain. Axis' logging treats runtime exceptions more seriously.
        */
       public static final QName QNAME_FAULTDETAIL_RUNTIMEEXCEPTION = new QName(NS_URI_AXIS, "isRuntimeException");