You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by jm...@apache.org on 2001/03/29 18:33:22 UTC

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

jmsnell     01/03/29 08:33:22

  Modified:    java/src/org/apache/axis Constants.java
  Log:
  no message
  
  Revision  Changes    Path
  1.8       +5 -0      xml-axis/java/src/org/apache/axis/Constants.java
  
  Index: Constants.java
  ===================================================================
  RCS file: /home/cvs/xml-axis/java/src/org/apache/axis/Constants.java,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- Constants.java	2001/03/28 22:49:07	1.7
  +++ Constants.java	2001/03/29 16:33:21	1.8
  @@ -101,6 +101,11 @@
     public static String ATTR_ID              = "id" ;
     public static String ATTR_HREF            = "href" ;
   
  +  // Fault Codes
  +  //////////////////////////////////////////////////////////////////////////
  +  public static String FAULT_SERVER_GENERAL = "Server.generalException";
  +
  +
     // Misc Strings
     //////////////////////////////////////////////////////////////////////////
     public static String URI_DEBUG = "http://xml.apache.org/axis/debug" ;