/[classpath]/classpath/javax/naming/ldap/LdapReferralException.java
ViewVC logotype

Diff of /classpath/javax/naming/ldap/LdapReferralException.java

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

revision 1.2 by uid67440, Fri Dec 26 20:27:04 2003 UTC revision 1.3 by mkoch, Thu Oct 21 20:53:16 2004 UTC
# Line 1  Line 1 
1  /* LdapReferralException.java --  /* LdapReferralException.java --
2     Copyright (C) 2001 Free Software Foundation, Inc.     Copyright (C) 2001, 2004  Free Software Foundation, Inc.
3    
4  This file is part of GNU Classpath.  This file is part of GNU Classpath.
5    
# Line 39  exception statement from your version. * Line 39  exception statement from your version. *
39  package javax.naming.ldap;  package javax.naming.ldap;
40    
41  import java.util.Hashtable;  import java.util.Hashtable;
42    
43  import javax.naming.Context;  import javax.naming.Context;
44  import javax.naming.NamingException;  import javax.naming.NamingException;
45  import javax.naming.ReferralException;  import javax.naming.ReferralException;
46    
47  /**  /**
48   * @author Warren Levy <warrenl@redhat.com>   * @author Warren Levy (warrenl@redhat.com)
49   * @date June 1, 2001   * @date June 1, 2001
50   */   */
   
51  public abstract class LdapReferralException extends ReferralException  public abstract class LdapReferralException extends ReferralException
52  {  {
53    protected LdapReferralException()    protected LdapReferralException()

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

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