/[classpath]/classpath/java/security/UnrecoverableKeyException.java
ViewVC logotype

Diff of /classpath/java/security/UnrecoverableKeyException.java

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

revision 1.4 by mark, Tue Jan 22 22:27:00 2002 UTC revision 1.5 by ericb, Sun Feb 24 04:25:17 2002 UTC
# Line 1  Line 1 
1  /* UnrecoverableKeyException.java -- Cannot recover a key from the key store  /* UnrecoverableKeyException.java -- Cannot recover a key from the key store
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 41  package java.security; Line 41  package java.security;
41   * This exception is thrown when a key cannot be recovered from the key   * This exception is thrown when a key cannot be recovered from the key
42   * store.   * store.
43   *   *
44   * @version 0.0   * @author Aaron M. Renn <arenn@urbanophile.com>
45   *   * @since 1.2
46   * @author Aaron M. Renn (arenn@urbanophile.com)   * @status updated to 1.4
47   */   */
48  public class UnrecoverableKeyException extends GeneralSecurityException  public class UnrecoverableKeyException extends GeneralSecurityException
49  {  {
50    /**    /**
51     * This method initializes a new instance of <code>UnrecoverableKeyException</code>     * Compatible with JDK 1.2+.
52     * with no descriptive error message.     */
53      private static final long serialVersionUID = 7275063078190151277L;
54    
55      /**
56       * Create an instance with no descriptive error message.
57     */     */
58    public UnrecoverableKeyException()    public UnrecoverableKeyException()
59    {    {
     super();  
60    }    }
61    
62    /**    /**
63     * This method initializes a new instance of <code>UnrecoverableKeyException</code>     * Create an instance with a descriptive error message.
    * with a descriptive error message.  
64     *     *
65     * @param msg The descriptive error message.     * @param msg the descriptive error message
66     */     */
67    public UnrecoverableKeyException(String msg)    public UnrecoverableKeyException(String msg)
68    {    {

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