/[classpath]/classpath/javax/security/sasl/AuthenticationException.java
ViewVC logotype

Diff of /classpath/javax/security/sasl/AuthenticationException.java

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

revision 1.3 by mark, Sat Jul 2 20:32:46 2005 UTC revision 1.4 by tromey, Mon Sep 26 00:15:09 2005 UTC
# Line 1  Line 1 
1  /* AuthenticationException.java --  /* AuthenticationException.java --
2     Copyright (C) 2003, 2004 Free Software Foundation, Inc.     Copyright (C) 2003, 2004, 2005 Free Software Foundation, Inc.
3    
4  This file is part of GNU Classpath.  This file is part of GNU Classpath.
5    
# Line 49  package javax.security.sasl; Line 49  package javax.security.sasl;
49   * instead of <code>AuthenticationException</code> if it is unable to determine   * instead of <code>AuthenticationException</code> if it is unable to determine
50   * the nature of the failure, or if does not want to disclose the nature of the   * the nature of the failure, or if does not want to disclose the nature of the
51   * failure, for example, due to security reasons.</p>   * failure, for example, due to security reasons.</p>
52     *
53     * @since 1.5
54   */   */
55  public class AuthenticationException extends SaslException  public class AuthenticationException extends SaslException
56  {  {

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

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