/[classpath]/classpath/java/security/acl/NotOwnerException.java
ViewVC logotype

Diff of /classpath/java/security/acl/NotOwnerException.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.4 by mark, Tue Jan 22 22:27:01 2002 UTC revision 1.5 by ericb, Sun Feb 24 04:25:17 2002 UTC
# Line 1  Line 1 
1  /* NotOwnerException.java -- Attempt to modify an unowned ACL  /* NotOwnerException.java -- Attempt to modify an unowned ACL
2     Copyright (C) 1998 Free Software Foundation, Inc.     Copyright (C) 1998, 2002 Free Software Foundation, Inc.
3    
4  This file is part of GNU Classpath.  This file is part of GNU Classpath.
5    
# Line 42  package java.security.acl; Line 42  package java.security.acl;
42   * the caller to be the owner of the access control list (ACL) when the caller   * the caller to be the owner of the access control list (ACL) when the caller
43   * is in fact not the owner of the ACL.   * is in fact not the owner of the ACL.
44   *   *
45   * @version 0.0   * @author Aaron M. Renn <arenn@urbanophile.com>
46   *   * @status updated to 1.4
  * @author Aaron M. Renn (arenn@urbanophile.com)  
47   */   */
48  public class NotOwnerException extends java.lang.Exception  public class NotOwnerException extends Exception
49  {  {
50      /**
51       * Compatible with JDK 1.1+.
52       */
53      private static final long serialVersionUID = -5555597911163362399L;
54    
55    /**    /**
56     * Initializes a new instance of <code>NotOwnerException</code> that does     * Initializes a new instance of <code>NotOwnerException</code> that does
# Line 55  public class NotOwnerException extends j Line 58  public class NotOwnerException extends j
58     */     */
59    public NotOwnerException()    public NotOwnerException()
60    {    {
     super();  
61    }    }
62  }  }

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26