Ignore:
Timestamp:
Apr 27, 2004, 8:39:34 PM (22 years ago)
Author:
bird
Message:

GCC v3.3.3 sources.

Location:
branches/GNU/src/gcc
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/GNU/src/gcc

    • Property svn:ignore
      •  

        old new  
        2626configure.vr
        2727configure.vrs
         28
        2829Makefile
        29 dir.info
        3030lost+found
        3131update.out
  • branches/GNU/src/gcc/libjava/java/security/InvalidKeyException.java

    • Property cvs2svn:cvs-rev changed from 1.1 to 1.1.1.2
    r1390 r1391  
    1 /* Copyright (C) 2000  Free Software Foundation
     1/* InvalidKeyException -- thrown for an invalid key
     2   Copyright (C) 2000, 2002 Free Software Foundation
    23
    34This file is part of GNU Classpath.
     
    3839
    3940/**
     41
     42
    4043 * @author Warren Levy <[email protected]>
    41  * @date February 1, 2000.
     44 * @
    4245 */
    43 
    44 /**
    45  * Written using on-line Java Platform 1.2 API Specification.
    46  * Status:  Believed complete and correct.
    47  */
    48 
    4946public class InvalidKeyException extends KeyException
    5047{
     48
     49
     50
     51
     52
     53
     54
     55
    5156  public InvalidKeyException()
    5257  {
    53     super();
    5458  }
    5559
     60
     61
     62
     63
     64
    5665  public InvalidKeyException(String msg)
    5766  {
Note: See TracChangeset for help on using the changeset viewer.