Changeset 1391 for branches/GNU/src/gcc/libjava/java/security/InvalidAlgorithmParameterException.java
- Timestamp:
- Apr 27, 2004, 8:39:34 PM (22 years ago)
- Location:
- branches/GNU/src/gcc
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
libjava/java/security/InvalidAlgorithmParameterException.java (modified) (3 diffs, 1 prop)
Legend:
- Unmodified
- Added
- Removed
-
branches/GNU/src/gcc
- Property svn:ignore
-
old new 26 26 configure.vr 27 27 configure.vrs 28 28 29 Makefile 29 dir.info30 30 lost+found 31 31 update.out
-
- Property svn:ignore
-
branches/GNU/src/gcc/libjava/java/security/InvalidAlgorithmParameterException.java
-
Property cvs2svn:cvs-rev
changed from
1.1to1.1.1.2
r1390 r1391 1 /* InvalidAlgorithmParameterException.java 2 Copyright (C) 2000 Free Software Foundation, Inc. 1 /* InvalidAlgorithmParameterException.java -- an invalid parameter to a 2 security algorithm 3 Copyright (C) 2000, 2002 Free Software Foundation, Inc. 3 4 4 5 This file is part of GNU Classpath. … … 39 40 40 41 /** 42 43 41 44 * @author Warren Levy <[email protected]> 42 * @date February 2, 2000. 45 * @since 1.2 46 * @status updated to 1.4 43 47 */ 48 49 50 51 52 53 54 44 55 45 /** 46 * Written using on-line Java Platform 1.2 API Specification. 47 * Status: Believed complete and correct. 48 */ 49 50 // JDK1.2 51 public class InvalidAlgorithmParameterException extends GeneralSecurityException 52 { 56 /** 57 * Construct an exception with no message. 58 */ 53 59 public InvalidAlgorithmParameterException() 54 60 { … … 56 62 } 57 63 64 65 66 67 68 58 69 public InvalidAlgorithmParameterException(String msg) 59 70 { -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.
