You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-dev@portals.apache.org by at...@apache.org on 2005/02/03 00:45:29 UTC

cvs commit: jakarta-jetspeed-2/jetspeed-api/src/java/org/apache/jetspeed/security SecurityException.java

ate         2005/02/02 15:45:29

  Modified:    jetspeed-api/src/java/org/apache/jetspeed/security
                        SecurityException.java
  Log:
  Added INVALID_NEW_PASSWORD exception
  
  Revision  Changes    Path
  1.8       +3 -0      jakarta-jetspeed-2/jetspeed-api/src/java/org/apache/jetspeed/security/SecurityException.java
  
  Index: SecurityException.java
  ===================================================================
  RCS file: /home/cvs/jakarta-jetspeed-2/jetspeed-api/src/java/org/apache/jetspeed/security/SecurityException.java,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- SecurityException.java	25 Nov 2004 02:25:57 -0000	1.7
  +++ SecurityException.java	2 Feb 2005 23:45:28 -0000	1.8
  @@ -50,6 +50,9 @@
       /** <p>Invalid password exception message.</p> */
       public static final String INVALID_PASSWORD = "Invalid password.";
   
  +    /** <p>Invalid new password exception message.</p> */
  +    public static final String INVALID_NEW_PASSWORD = "Invalid new password.";
  +
       /** <p>Incorrect password exception message.</p> */
       public static final String INCORRECT_PASSWORD = "Incorrect password.";
   
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jetspeed-dev-help@jakarta.apache.org