You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by hb...@apache.org on 2001/04/08 02:41:14 UTC

cvs commit: jakarta-james/src/org/apache/james/util LockException.java

hbedi       01/04/07 17:41:14

  Added:       src/org/apache/james/util LockException.java
  Log:
  fixed compilation problem due to changes in the Lock API.
  Added previous version of org.apache.avalon.util.Lock to package org.apache.avalon.james.util
  
  Revision  Changes    Path
  1.1                  jakarta-james/src/org/apache/james/util/LockException.java
  
  Index: LockException.java
  ===================================================================
  /*
   * Copyright (C) The Apache Software Foundation. All rights reserved.
   *
   * This software is published under the terms of the Apache Software License
   * version 1.1, a copy of which has been included with this distribution in
   * the LICENSE file.
   */
  package org.apache.james.util;
  
  public class LockException extends RuntimeException 
  {
      public LockException(String msg) {
          super(msg);
      }
  }
  
  
  

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