I'm checking this in.

This fixes a bunch of javax.naming warnings.  One is a javadoc
buglet, the rest are missing serialVersionUIDs.

Tom

2006-03-03  Tom Tromey  <[EMAIL PROTECTED]>

        * javax/naming/NamingException.java (getExplanation): Javadoc fix.
        * javax/naming/spi/ResolveResult.java,
        javax/naming/event/NamingExceptionEvent.java,
        javax/naming/event/NamingEvent.java,
        javax/naming/directory/SearchResult.java,
        javax/naming/directory/SearchControls.java,
        javax/naming/directory/SchemaViolationException.java,
        javax/naming/directory/NoSuchAttributeException.java,
        javax/naming/directory/ModificationItem.java,
        javax/naming/directory/InvalidSearchFilterException.java,
        javax/naming/directory/InvalidSearchControlsException.java,
        javax/naming/directory/InvalidAttributesException.java,
        javax/naming/directory/InvalidAttributeIdentifierException.java,
        javax/naming/directory/AttributeModificationException.java,
        javax/naming/directory/AttributeInUseException.java,
        javax/naming/TimeLimitExceededException.java,
        javax/naming/SizeLimitExceededException.java,
        javax/naming/PartialResultException.java,
        javax/naming/Reference.java,
        javax/naming/ServiceUnavailableException.java,
        javax/naming/OperationNotSupportedException.java,
        javax/naming/NotContextException.java,
        javax/naming/NoPermissionException.java,
        javax/naming/NoInitialContextException.java,
        javax/naming/NameNotFoundException.java,
        javax/naming/NameAlreadyBoundException.java,
        javax/naming/NameClassPair.java,
        javax/naming/MalformedLinkException.java,
        javax/naming/LinkLoopException.java,
        javax/naming/LinkException.java,
        javax/naming/LimitExceededException.java,
        javax/naming/InvalidNameException.java,
        javax/naming/InterruptedNamingException.java,
        javax/naming/InsufficientResourcesException.java,
        javax/naming/ContextNotEmptyException.java,
        javax/naming/ConfigurationException.java,
        javax/naming/CannotProceedException.java,
        javax/naming/CommunicationException.java,
        javax/naming/Binding.java,
        javax/naming/AuthenticationNotSupportedException.java,
        javax/naming/AuthenticationException.java: Added serialVersionUID.

Index: javax/naming/AuthenticationException.java
===================================================================
RCS file: 
/cvsroot/classpath/classpath/javax/naming/AuthenticationException.java,v
retrieving revision 1.3
diff -u -r1.3 AuthenticationException.java
--- javax/naming/AuthenticationException.java   2 Jul 2005 20:32:45 -0000       
1.3
+++ javax/naming/AuthenticationException.java   3 Mar 2006 22:46:16 -0000
@@ -1,5 +1,5 @@
 /* AuthenticationException.java --
-   Copyright (C) 2000, 2004 Free Software Foundation, Inc.
+   Copyright (C) 2000, 2004, 2006 Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -41,6 +41,8 @@
  
 public class AuthenticationException extends NamingSecurityException
 {
+  private static final long serialVersionUID = 3678497619904568096L;
+
   public AuthenticationException ()
   {
     super ();
Index: javax/naming/AuthenticationNotSupportedException.java
===================================================================
RCS file: 
/cvsroot/classpath/classpath/javax/naming/AuthenticationNotSupportedException.java,v
retrieving revision 1.3
diff -u -r1.3 AuthenticationNotSupportedException.java
--- javax/naming/AuthenticationNotSupportedException.java       2 Jul 2005 
20:32:45 -0000       1.3
+++ javax/naming/AuthenticationNotSupportedException.java       3 Mar 2006 
22:46:16 -0000
@@ -1,5 +1,5 @@
 /* AuthenticationNotSupportedException.java --
-   Copyright (C) 2000, 2004 Free Software Foundation, Inc.
+   Copyright (C) 2000, 2004, 2006 Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -42,6 +42,8 @@
 public class AuthenticationNotSupportedException
   extends NamingSecurityException
 {
+  private static final long serialVersionUID = - 7149033933259492300L;
+
   public AuthenticationNotSupportedException ()
   {
     super ();
Index: javax/naming/Binding.java
===================================================================
RCS file: /cvsroot/classpath/classpath/javax/naming/Binding.java,v
retrieving revision 1.3
diff -u -r1.3 Binding.java
--- javax/naming/Binding.java   2 Jul 2005 20:32:45 -0000       1.3
+++ javax/naming/Binding.java   3 Mar 2006 22:46:16 -0000
@@ -1,5 +1,5 @@
 /* Binding.java --
-   Copyright (C) 2001, 2005  Free Software Foundation, Inc.
+   Copyright (C) 2001, 2005, 2006  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -44,6 +44,8 @@
  */
 public class Binding extends NameClassPair
 {
+  private static final long serialVersionUID = 8839217842691845890L;
+
   public Binding (String name, Object obj)
   {
     super (name, null);
Index: javax/naming/CannotProceedException.java
===================================================================
RCS file: 
/cvsroot/classpath/classpath/javax/naming/CannotProceedException.java,v
retrieving revision 1.4
diff -u -r1.4 CannotProceedException.java
--- javax/naming/CannotProceedException.java    2 Jul 2005 20:32:45 -0000       
1.4
+++ javax/naming/CannotProceedException.java    3 Mar 2006 22:46:16 -0000
@@ -1,5 +1,5 @@
 /* CannotProceedException.java --
-   Copyright (C) 2001, 2004, 2005  Free Software Foundation, Inc.
+   Copyright (C) 2001, 2004, 2005, 2006  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -47,6 +47,8 @@
 
 public class CannotProceedException extends NamingException
 {
+  private static final long serialVersionUID = 1219724816191576813L;
+
   // Serialized fields.
   protected Name remainingNewName;
   protected Hashtable environment;
Index: javax/naming/CommunicationException.java
===================================================================
RCS file: 
/cvsroot/classpath/classpath/javax/naming/CommunicationException.java,v
retrieving revision 1.3
diff -u -r1.3 CommunicationException.java
--- javax/naming/CommunicationException.java    2 Jul 2005 20:32:45 -0000       
1.3
+++ javax/naming/CommunicationException.java    3 Mar 2006 22:46:16 -0000
@@ -1,5 +1,5 @@
 /* CommunicationException.java --
-   Copyright (C) 2000, 2004 Free Software Foundation, Inc.
+   Copyright (C) 2000, 2004, 2006 Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -41,6 +41,8 @@
  
 public class CommunicationException extends NamingException
 {
+  private static final long serialVersionUID = 3618507780299986611L;
+
   public CommunicationException ()
   {
     super ();
Index: javax/naming/ConfigurationException.java
===================================================================
RCS file: 
/cvsroot/classpath/classpath/javax/naming/ConfigurationException.java,v
retrieving revision 1.3
diff -u -r1.3 ConfigurationException.java
--- javax/naming/ConfigurationException.java    2 Jul 2005 20:32:45 -0000       
1.3
+++ javax/naming/ConfigurationException.java    3 Mar 2006 22:46:16 -0000
@@ -1,5 +1,5 @@
 /* ConfigurationException.java --
-   Copyright (C) 2000, 2004 Free Software Foundation, Inc.
+   Copyright (C) 2000, 2004, 2006 Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -41,6 +41,8 @@
  
 public class ConfigurationException extends NamingException
 {
+  private static final long serialVersionUID = - 2535156726228855704L;
+
   public ConfigurationException ()
   {
     super ();
Index: javax/naming/ContextNotEmptyException.java
===================================================================
RCS file: 
/cvsroot/classpath/classpath/javax/naming/ContextNotEmptyException.java,v
retrieving revision 1.3
diff -u -r1.3 ContextNotEmptyException.java
--- javax/naming/ContextNotEmptyException.java  2 Jul 2005 20:32:45 -0000       
1.3
+++ javax/naming/ContextNotEmptyException.java  3 Mar 2006 22:46:16 -0000
@@ -1,5 +1,5 @@
 /* ContextNotEmptyException.java --
-   Copyright (C) 2000, 2004 Free Software Foundation, Inc.
+   Copyright (C) 2000, 2004, 2006 Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -41,6 +41,8 @@
  
 public class ContextNotEmptyException extends NamingException
 {
+  private static final long serialVersionUID = 1090963683348219877L;
+
   public ContextNotEmptyException ()
   {
     super ();
Index: javax/naming/InsufficientResourcesException.java
===================================================================
RCS file: 
/cvsroot/classpath/classpath/javax/naming/InsufficientResourcesException.java,v
retrieving revision 1.3
diff -u -r1.3 InsufficientResourcesException.java
--- javax/naming/InsufficientResourcesException.java    2 Jul 2005 20:32:45 
-0000       1.3
+++ javax/naming/InsufficientResourcesException.java    3 Mar 2006 22:46:16 
-0000
@@ -1,5 +1,5 @@
 /* InsufficientResourcesException.java --
-   Copyright (C) 2000, 2004 Free Software Foundation, Inc.
+   Copyright (C) 2000, 2004, 2006 Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -41,6 +41,8 @@
  
 public class InsufficientResourcesException extends NamingException
 {
+  private static final long serialVersionUID = 6227672693037844532L;
+
   public InsufficientResourcesException ()
   {
     super ();
Index: javax/naming/InterruptedNamingException.java
===================================================================
RCS file: 
/cvsroot/classpath/classpath/javax/naming/InterruptedNamingException.java,v
retrieving revision 1.3
diff -u -r1.3 InterruptedNamingException.java
--- javax/naming/InterruptedNamingException.java        2 Jul 2005 20:32:45 
-0000       1.3
+++ javax/naming/InterruptedNamingException.java        3 Mar 2006 22:46:16 
-0000
@@ -1,5 +1,5 @@
 /* InterruptedNamingException.java --
-   Copyright (C) 2000, 2004 Free Software Foundation, Inc.
+   Copyright (C) 2000, 2004, 2006 Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -41,6 +41,8 @@
  
 public class InterruptedNamingException extends NamingException
 {
+  private static final long serialVersionUID = 6404516648893194728L;
+
   public InterruptedNamingException ()
   {
     super ();
Index: javax/naming/InvalidNameException.java
===================================================================
RCS file: /cvsroot/classpath/classpath/javax/naming/InvalidNameException.java,v
retrieving revision 1.3
diff -u -r1.3 InvalidNameException.java
--- javax/naming/InvalidNameException.java      2 Jul 2005 20:32:45 -0000       
1.3
+++ javax/naming/InvalidNameException.java      3 Mar 2006 22:46:16 -0000
@@ -1,5 +1,5 @@
 /* InvalidNameException.java -- Exception indicating an invalid component/name
-   Copyright (C) 2000, 2001 Free Software Foundation, Inc.
+   Copyright (C) 2000, 2001, 2006 Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -47,6 +47,8 @@
  */
 public class InvalidNameException extends NamingException
 {
+  private static final long serialVersionUID = - 8370672380823801105L;
+
   /**
    * Creates a new exception without setting any of its fields.
    */
Index: javax/naming/LimitExceededException.java
===================================================================
RCS file: 
/cvsroot/classpath/classpath/javax/naming/LimitExceededException.java,v
retrieving revision 1.3
diff -u -r1.3 LimitExceededException.java
--- javax/naming/LimitExceededException.java    2 Jul 2005 20:32:45 -0000       
1.3
+++ javax/naming/LimitExceededException.java    3 Mar 2006 22:46:16 -0000
@@ -1,5 +1,5 @@
 /* LimitExceededException.java --
-   Copyright (C) 2000, 2004 Free Software Foundation, Inc.
+   Copyright (C) 2000, 2004, 2006 Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -41,6 +41,8 @@
  
 public class LimitExceededException extends NamingException
 {
+  private static final long serialVersionUID = - 776898738660207856L;
+
   public LimitExceededException ()
   {
     super ();
Index: javax/naming/LinkException.java
===================================================================
RCS file: /cvsroot/classpath/classpath/javax/naming/LinkException.java,v
retrieving revision 1.4
diff -u -r1.4 LinkException.java
--- javax/naming/LinkException.java     2 Jul 2005 20:32:45 -0000       1.4
+++ javax/naming/LinkException.java     3 Mar 2006 22:46:16 -0000
@@ -1,5 +1,5 @@
 /* LinkException.java --
-   Copyright (C) 2001, 2004, 2005  Free Software Foundation, Inc.
+   Copyright (C) 2001, 2004, 2005, 2006  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -46,6 +46,8 @@
 
 public class LinkException extends NamingException
 {
+  private static final long serialVersionUID = - 7967662604076777712L;
+
   // Serialized fields.
   protected Name linkResolvedName;
   protected Object linkResolvedObj;
Index: javax/naming/LinkLoopException.java
===================================================================
RCS file: /cvsroot/classpath/classpath/javax/naming/LinkLoopException.java,v
retrieving revision 1.3
diff -u -r1.3 LinkLoopException.java
--- javax/naming/LinkLoopException.java 2 Jul 2005 20:32:45 -0000       1.3
+++ javax/naming/LinkLoopException.java 3 Mar 2006 22:46:16 -0000
@@ -1,5 +1,5 @@
 /* LinkLoopException.java --
-   Copyright (C) 2000, 2004 Free Software Foundation, Inc.
+   Copyright (C) 2000, 2004, 2006 Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -41,6 +41,8 @@
  
 public class LinkLoopException extends LinkException
 {
+  private static final long serialVersionUID = - 3119189944325198009L;
+
   public LinkLoopException ()
   {
     super ();
Index: javax/naming/MalformedLinkException.java
===================================================================
RCS file: 
/cvsroot/classpath/classpath/javax/naming/MalformedLinkException.java,v
retrieving revision 1.3
diff -u -r1.3 MalformedLinkException.java
--- javax/naming/MalformedLinkException.java    2 Jul 2005 20:32:45 -0000       
1.3
+++ javax/naming/MalformedLinkException.java    3 Mar 2006 22:46:16 -0000
@@ -1,5 +1,5 @@
 /* MalformedLinkException.java --
-   Copyright (C) 2000, 2004 Free Software Foundation, Inc.
+   Copyright (C) 2000, 2004, 2006 Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -41,6 +41,8 @@
  
 public class MalformedLinkException extends LinkException
 {
+  private static final long serialVersionUID = - 3066740437737830242L;
+
   public MalformedLinkException ()
   {
     super ();
Index: javax/naming/NameAlreadyBoundException.java
===================================================================
RCS file: 
/cvsroot/classpath/classpath/javax/naming/NameAlreadyBoundException.java,v
retrieving revision 1.3
diff -u -r1.3 NameAlreadyBoundException.java
--- javax/naming/NameAlreadyBoundException.java 2 Jul 2005 20:32:45 -0000       
1.3
+++ javax/naming/NameAlreadyBoundException.java 3 Mar 2006 22:46:16 -0000
@@ -1,5 +1,5 @@
 /* NameAlreadyBoundException.java --
-   Copyright (C) 2000, 2004 Free Software Foundation, Inc.
+   Copyright (C) 2000, 2004, 2006 Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -41,6 +41,8 @@
  
 public class NameAlreadyBoundException extends NamingException
 {
+  private static final long serialVersionUID = - 8491441000356780586L;
+
   public NameAlreadyBoundException ()
   {
     super ();
Index: javax/naming/NameClassPair.java
===================================================================
RCS file: /cvsroot/classpath/classpath/javax/naming/NameClassPair.java,v
retrieving revision 1.3
diff -u -r1.3 NameClassPair.java
--- javax/naming/NameClassPair.java     2 Jul 2005 20:32:45 -0000       1.3
+++ javax/naming/NameClassPair.java     3 Mar 2006 22:46:16 -0000
@@ -1,5 +1,5 @@
 /* NameClassPair.java --
-   Copyright (C) 2001, 2005  Free Software Foundation, Inc.
+   Copyright (C) 2001, 2005, 2006  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -46,6 +46,8 @@
  */
 public class NameClassPair implements Serializable
 {
+  private static final long serialVersionUID = 5620776610160863339L;
+
   public NameClassPair (String name, String className)
   {
     this (name, className, true);
Index: javax/naming/NameNotFoundException.java
===================================================================
RCS file: /cvsroot/classpath/classpath/javax/naming/NameNotFoundException.java,v
retrieving revision 1.3
diff -u -r1.3 NameNotFoundException.java
--- javax/naming/NameNotFoundException.java     2 Jul 2005 20:32:45 -0000       
1.3
+++ javax/naming/NameNotFoundException.java     3 Mar 2006 22:46:16 -0000
@@ -1,5 +1,5 @@
 /* NameNotFoundException.java --
-   Copyright (C) 2000, 2004 Free Software Foundation, Inc.
+   Copyright (C) 2000, 2004, 2006 Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -41,6 +41,8 @@
  
 public class NameNotFoundException extends NamingException
 {
+  private static final long serialVersionUID = - 8007156725367842053L;
+
   public NameNotFoundException ()
   {
     super ();
Index: javax/naming/NamingException.java
===================================================================
RCS file: /cvsroot/classpath/classpath/javax/naming/NamingException.java,v
retrieving revision 1.5
diff -u -r1.5 NamingException.java
--- javax/naming/NamingException.java   2 Jul 2005 20:32:45 -0000       1.5
+++ javax/naming/NamingException.java   3 Mar 2006 22:46:16 -0000
@@ -223,7 +223,7 @@
   /**
    * Gets the message given to the constructor or null if no message was given.
    *
-   * @see Throwable#getMessage();
+   * @see Throwable#getMessage()
    */
   public String getExplanation()
   {
Index: javax/naming/NoInitialContextException.java
===================================================================
RCS file: 
/cvsroot/classpath/classpath/javax/naming/NoInitialContextException.java,v
retrieving revision 1.3
diff -u -r1.3 NoInitialContextException.java
--- javax/naming/NoInitialContextException.java 2 Jul 2005 20:32:45 -0000       
1.3
+++ javax/naming/NoInitialContextException.java 3 Mar 2006 22:46:16 -0000
@@ -1,5 +1,5 @@
 /* NoInitialContextException.java --
-   Copyright (C) 2000, 2004 Free Software Foundation, Inc.
+   Copyright (C) 2000, 2004, 2006 Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -41,6 +41,8 @@
  
 public class NoInitialContextException extends NamingException
 {
+  private static final long serialVersionUID = - 3413733186901258623L;
+
   public NoInitialContextException()
   {
     super();
Index: javax/naming/NoPermissionException.java
===================================================================
RCS file: /cvsroot/classpath/classpath/javax/naming/NoPermissionException.java,v
retrieving revision 1.3
diff -u -r1.3 NoPermissionException.java
--- javax/naming/NoPermissionException.java     2 Jul 2005 20:32:45 -0000       
1.3
+++ javax/naming/NoPermissionException.java     3 Mar 2006 22:46:16 -0000
@@ -1,5 +1,5 @@
 /* NoPermissionException.java --
-   Copyright (C) 2000, 2004 Free Software Foundation, Inc.
+   Copyright (C) 2000, 2004, 2006 Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -41,6 +41,8 @@
  
 public class NoPermissionException extends NamingSecurityException
 {
+  private static final long serialVersionUID = 8395332708699751775L;
+
   public NoPermissionException ()
   {
     super ();
Index: javax/naming/NotContextException.java
===================================================================
RCS file: /cvsroot/classpath/classpath/javax/naming/NotContextException.java,v
retrieving revision 1.3
diff -u -r1.3 NotContextException.java
--- javax/naming/NotContextException.java       2 Jul 2005 20:32:45 -0000       
1.3
+++ javax/naming/NotContextException.java       3 Mar 2006 22:46:16 -0000
@@ -1,5 +1,5 @@
 /* NotContextException.java --
-   Copyright (C) 2000, 2004 Free Software Foundation, Inc.
+   Copyright (C) 2000, 2004, 2006 Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -41,6 +41,8 @@
  
 public class NotContextException extends NamingException
 {
+  private static final long serialVersionUID = 849752551644540417L;
+
   public NotContextException ()
   {
     super ();
Index: javax/naming/OperationNotSupportedException.java
===================================================================
RCS file: 
/cvsroot/classpath/classpath/javax/naming/OperationNotSupportedException.java,v
retrieving revision 1.2
diff -u -r1.2 OperationNotSupportedException.java
--- javax/naming/OperationNotSupportedException.java    2 Jul 2005 20:32:45 
-0000       1.2
+++ javax/naming/OperationNotSupportedException.java    3 Mar 2006 22:46:16 
-0000
@@ -1,5 +1,5 @@
 /* OperationNotSupportedException.java --
-   Copyright (C) 2000 Free Software Foundation, Inc.
+   Copyright (C) 2000, 2006 Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -40,6 +40,8 @@
 
 public class OperationNotSupportedException extends NamingException
 {
+  private static final long serialVersionUID = 5493232822427682064L;
+
   public OperationNotSupportedException()
   {
     super();
Index: javax/naming/PartialResultException.java
===================================================================
RCS file: 
/cvsroot/classpath/classpath/javax/naming/PartialResultException.java,v
retrieving revision 1.3
diff -u -r1.3 PartialResultException.java
--- javax/naming/PartialResultException.java    2 Jul 2005 20:32:45 -0000       
1.3
+++ javax/naming/PartialResultException.java    3 Mar 2006 22:46:16 -0000
@@ -1,5 +1,5 @@
 /* PartialResultException.java --
-   Copyright (C) 2000, 2004 Free Software Foundation, Inc.
+   Copyright (C) 2000, 2004, 2006 Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -41,6 +41,8 @@
  
 public class PartialResultException extends NamingException
 {
+  private static final long serialVersionUID = 2572144970049426786L;
+
   public PartialResultException ()
   {
     super ();
Index: javax/naming/Reference.java
===================================================================
RCS file: /cvsroot/classpath/classpath/javax/naming/Reference.java,v
retrieving revision 1.3
diff -u -r1.3 Reference.java
--- javax/naming/Reference.java 2 Jul 2005 20:32:45 -0000       1.3
+++ javax/naming/Reference.java 3 Mar 2006 22:46:16 -0000
@@ -1,5 +1,5 @@
 /* Reference.java --
-   Copyright (C) 2000, 2001, 2005  Free Software Foundation, Inc.
+   Copyright (C) 2000, 2001, 2005, 2006  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -48,6 +48,8 @@
  */
 public class Reference implements Cloneable, Serializable
 {
+  private static final long serialVersionUID = - 1673475790065791735L;
+
   public Reference (String className)
   {
     this.className = className;
Index: javax/naming/ServiceUnavailableException.java
===================================================================
RCS file: 
/cvsroot/classpath/classpath/javax/naming/ServiceUnavailableException.java,v
retrieving revision 1.3
diff -u -r1.3 ServiceUnavailableException.java
--- javax/naming/ServiceUnavailableException.java       2 Jul 2005 20:32:45 
-0000       1.3
+++ javax/naming/ServiceUnavailableException.java       3 Mar 2006 22:46:16 
-0000
@@ -1,5 +1,5 @@
 /* ServiceUnavailableException.java --
-   Copyright (C) 2000, 2004 Free Software Foundation, Inc.
+   Copyright (C) 2000, 2004, 2006 Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -41,6 +41,8 @@
  
 public class ServiceUnavailableException extends NamingException
 {
+  private static final long serialVersionUID = - 4996964726566773444L;
+
   public ServiceUnavailableException ()
   {
     super ();
Index: javax/naming/SizeLimitExceededException.java
===================================================================
RCS file: 
/cvsroot/classpath/classpath/javax/naming/SizeLimitExceededException.java,v
retrieving revision 1.3
diff -u -r1.3 SizeLimitExceededException.java
--- javax/naming/SizeLimitExceededException.java        2 Jul 2005 20:32:45 
-0000       1.3
+++ javax/naming/SizeLimitExceededException.java        3 Mar 2006 22:46:16 
-0000
@@ -1,5 +1,5 @@
 /* SizeLimitExceededException.java --
-   Copyright (C) 2000, 2004 Free Software Foundation, Inc.
+   Copyright (C) 2000, 2004, 2006 Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -41,6 +41,8 @@
  
 public class SizeLimitExceededException extends LimitExceededException
 {
+  private static final long serialVersionUID = 7129289564879168579L;
+
   public SizeLimitExceededException ()
   {
     super ();
Index: javax/naming/TimeLimitExceededException.java
===================================================================
RCS file: 
/cvsroot/classpath/classpath/javax/naming/TimeLimitExceededException.java,v
retrieving revision 1.3
diff -u -r1.3 TimeLimitExceededException.java
--- javax/naming/TimeLimitExceededException.java        2 Jul 2005 20:32:45 
-0000       1.3
+++ javax/naming/TimeLimitExceededException.java        3 Mar 2006 22:46:16 
-0000
@@ -1,5 +1,5 @@
 /* TimeLimitExceededException.java --
-   Copyright (C) 2000, 2004 Free Software Foundation, Inc.
+   Copyright (C) 2000, 2004, 2006 Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -41,6 +41,8 @@
  
 public class TimeLimitExceededException extends LimitExceededException
 {
+  private static final long serialVersionUID = - 3597009011385034696L;
+
   public TimeLimitExceededException ()
   {
     super ();
Index: javax/naming/directory/AttributeInUseException.java
===================================================================
RCS file: 
/cvsroot/classpath/classpath/javax/naming/directory/AttributeInUseException.java,v
retrieving revision 1.2
diff -u -r1.2 AttributeInUseException.java
--- javax/naming/directory/AttributeInUseException.java 2 Jul 2005 20:32:45 
-0000       1.2
+++ javax/naming/directory/AttributeInUseException.java 3 Mar 2006 22:46:16 
-0000
@@ -1,5 +1,5 @@
 /* AttributeInUseException.java --
-   Copyright (C) 2000, 2001 Free Software Foundation, Inc.
+   Copyright (C) 2000, 2001, 2006 Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -42,6 +42,8 @@
 
 public class AttributeInUseException extends NamingException
 {
+  private static final long serialVersionUID = 4437710305529322564L;
+
   public AttributeInUseException ()
   {
     super ();
Index: javax/naming/directory/AttributeModificationException.java
===================================================================
RCS file: 
/cvsroot/classpath/classpath/javax/naming/directory/AttributeModificationException.java,v
retrieving revision 1.3
diff -u -r1.3 AttributeModificationException.java
--- javax/naming/directory/AttributeModificationException.java  2 Jul 2005 
20:32:45 -0000       1.3
+++ javax/naming/directory/AttributeModificationException.java  3 Mar 2006 
22:46:16 -0000
@@ -1,5 +1,5 @@
 /* AttributeModificationException.java --
-   Copyright (C) 2001, 2005  Free Software Foundation, Inc.
+   Copyright (C) 2001, 2005, 2006  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -47,6 +47,7 @@
 
 public class AttributeModificationException extends NamingException
 {
+  private static final long serialVersionUID = 8060676069678710186L;
   // Serialized fields.
   private ModificationItem[] unexecs;
 
Index: javax/naming/directory/InvalidAttributeIdentifierException.java
===================================================================
RCS file: 
/cvsroot/classpath/classpath/javax/naming/directory/InvalidAttributeIdentifierException.java,v
retrieving revision 1.2
diff -u -r1.2 InvalidAttributeIdentifierException.java
--- javax/naming/directory/InvalidAttributeIdentifierException.java     2 Jul 
2005 20:32:45 -0000       1.2
+++ javax/naming/directory/InvalidAttributeIdentifierException.java     3 Mar 
2006 22:46:16 -0000
@@ -1,5 +1,5 @@
 /* InvalidAttributeIdentifierException.java --
-   Copyright (C) 2000, 2001 Free Software Foundation, Inc.
+   Copyright (C) 2000, 2001, 2006 Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -42,6 +42,8 @@
 
 public class InvalidAttributeIdentifierException extends NamingException
 {
+  private static final long serialVersionUID = - 9036920266322999923L;
+
   public InvalidAttributeIdentifierException ()
   {
     super ();
Index: javax/naming/directory/InvalidAttributeValueException.java
===================================================================
RCS file: 
/cvsroot/classpath/classpath/javax/naming/directory/InvalidAttributeValueException.java,v
retrieving revision 1.2
diff -u -r1.2 InvalidAttributeValueException.java
--- javax/naming/directory/InvalidAttributeValueException.java  2 Jul 2005 
20:32:45 -0000       1.2
+++ javax/naming/directory/InvalidAttributeValueException.java  3 Mar 2006 
22:46:16 -0000
@@ -1,5 +1,5 @@
 /* InvalidAttributeValueException.java --
-   Copyright (C) 2000, 2001 Free Software Foundation, Inc.
+   Copyright (C) 2000, 2001, 2006 Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -42,6 +42,8 @@
 
 public class InvalidAttributeValueException extends NamingException
 {
+  private static final long serialVersionUID = 8720050295499275011L;
+
   public InvalidAttributeValueException ()
   {
     super ();
Index: javax/naming/directory/InvalidAttributesException.java
===================================================================
RCS file: 
/cvsroot/classpath/classpath/javax/naming/directory/InvalidAttributesException.java,v
retrieving revision 1.2
diff -u -r1.2 InvalidAttributesException.java
--- javax/naming/directory/InvalidAttributesException.java      2 Jul 2005 
20:32:45 -0000       1.2
+++ javax/naming/directory/InvalidAttributesException.java      3 Mar 2006 
22:46:16 -0000
@@ -1,5 +1,5 @@
 /* InvalidAttributesException.java --
-   Copyright (C) 2000, 2001 Free Software Foundation, Inc.
+   Copyright (C) 2000, 2001, 2006 Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -42,6 +42,8 @@
 
 public class InvalidAttributesException extends NamingException
 {
+  private static final long serialVersionUID = 2607612850539889765L;
+
   public InvalidAttributesException ()
   {
     super ();
Index: javax/naming/directory/InvalidSearchControlsException.java
===================================================================
RCS file: 
/cvsroot/classpath/classpath/javax/naming/directory/InvalidSearchControlsException.java,v
retrieving revision 1.2
diff -u -r1.2 InvalidSearchControlsException.java
--- javax/naming/directory/InvalidSearchControlsException.java  2 Jul 2005 
20:32:45 -0000       1.2
+++ javax/naming/directory/InvalidSearchControlsException.java  3 Mar 2006 
22:46:16 -0000
@@ -1,5 +1,5 @@
 /* InvalidSearchControlsException.java --
-   Copyright (C) 2000, 2001 Free Software Foundation, Inc.
+   Copyright (C) 2000, 2001, 2006 Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -42,6 +42,8 @@
 
 public class InvalidSearchControlsException extends NamingException
 {
+  private static final long serialVersionUID = - 5124108943352665777L;
+
   public InvalidSearchControlsException ()
   {
     super ();
Index: javax/naming/directory/InvalidSearchFilterException.java
===================================================================
RCS file: 
/cvsroot/classpath/classpath/javax/naming/directory/InvalidSearchFilterException.java,v
retrieving revision 1.2
diff -u -r1.2 InvalidSearchFilterException.java
--- javax/naming/directory/InvalidSearchFilterException.java    2 Jul 2005 
20:32:45 -0000       1.2
+++ javax/naming/directory/InvalidSearchFilterException.java    3 Mar 2006 
22:46:16 -0000
@@ -1,5 +1,5 @@
 /* InvalidSearchFilterException.java --
-   Copyright (C) 2000, 2001 Free Software Foundation, Inc.
+   Copyright (C) 2000, 2001, 2006 Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -42,6 +42,8 @@
 
 public class InvalidSearchFilterException extends NamingException
 {
+  private static final long serialVersionUID = 2902700940682875441L;
+
   public InvalidSearchFilterException ()
   {
     super ();
Index: javax/naming/directory/ModificationItem.java
===================================================================
RCS file: 
/cvsroot/classpath/classpath/javax/naming/directory/ModificationItem.java,v
retrieving revision 1.4
diff -u -r1.4 ModificationItem.java
--- javax/naming/directory/ModificationItem.java        2 Jul 2005 20:32:45 
-0000       1.4
+++ javax/naming/directory/ModificationItem.java        3 Mar 2006 22:46:16 
-0000
@@ -1,5 +1,5 @@
 /* ModificationItem.java --
-   Copyright (C) 2001, 2005  Free Software Foundation, Inc.
+   Copyright (C) 2001, 2005, 2006  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -47,6 +47,7 @@
 
 public class ModificationItem implements Serializable
 {
+  private static final long serialVersionUID = 7573258562534746850L;
   // Serialized fields.
   private int mod_op;
   private Attribute attr;
Index: javax/naming/directory/NoSuchAttributeException.java
===================================================================
RCS file: 
/cvsroot/classpath/classpath/javax/naming/directory/NoSuchAttributeException.java,v
retrieving revision 1.2
diff -u -r1.2 NoSuchAttributeException.java
--- javax/naming/directory/NoSuchAttributeException.java        2 Jul 2005 
20:32:45 -0000       1.2
+++ javax/naming/directory/NoSuchAttributeException.java        3 Mar 2006 
22:46:16 -0000
@@ -1,5 +1,5 @@
 /* NoSuchAttributeException.java --
-   Copyright (C) 2000, 2001 Free Software Foundation, Inc.
+   Copyright (C) 2000, 2001, 2006 Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -42,6 +42,8 @@
 
 public class NoSuchAttributeException extends NamingException
 {
+  private static final long serialVersionUID = 4836415647935888137L;
+
   public NoSuchAttributeException ()
   {
     super ();
Index: javax/naming/directory/SchemaViolationException.java
===================================================================
RCS file: 
/cvsroot/classpath/classpath/javax/naming/directory/SchemaViolationException.java,v
retrieving revision 1.2
diff -u -r1.2 SchemaViolationException.java
--- javax/naming/directory/SchemaViolationException.java        2 Jul 2005 
20:32:45 -0000       1.2
+++ javax/naming/directory/SchemaViolationException.java        3 Mar 2006 
22:46:16 -0000
@@ -1,5 +1,5 @@
 /* SchemaViolationException.java --
-   Copyright (C) 2000, 2001 Free Software Foundation, Inc.
+   Copyright (C) 2000, 2001, 2006 Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -42,6 +42,8 @@
 
 public class SchemaViolationException extends NamingException
 {
+  private static final long serialVersionUID = - 3041762429525049663L;
+
   public SchemaViolationException ()
   {
     super ();
Index: javax/naming/directory/SearchControls.java
===================================================================
RCS file: 
/cvsroot/classpath/classpath/javax/naming/directory/SearchControls.java,v
retrieving revision 1.5
diff -u -r1.5 SearchControls.java
--- javax/naming/directory/SearchControls.java  2 Jul 2005 20:32:45 -0000       
1.5
+++ javax/naming/directory/SearchControls.java  3 Mar 2006 22:46:16 -0000
@@ -1,5 +1,5 @@
 /* SearchControls.java --
-   Copyright (C) 2001, 2004, 2005  Free Software Foundation, Inc.
+   Copyright (C) 2001, 2004, 2005, 2006  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -47,6 +47,7 @@
 
 public class SearchControls implements Serializable
 {
+  private static final long serialVersionUID = - 2480540967773454797L;
   public static final int OBJECT_SCOPE = 0;
   public static final int ONELEVEL_SCOPE = 1;
   public static final int SUBTREE_SCOPE = 2;
Index: javax/naming/directory/SearchResult.java
===================================================================
RCS file: 
/cvsroot/classpath/classpath/javax/naming/directory/SearchResult.java,v
retrieving revision 1.5
diff -u -r1.5 SearchResult.java
--- javax/naming/directory/SearchResult.java    2 Jul 2005 20:32:45 -0000       
1.5
+++ javax/naming/directory/SearchResult.java    3 Mar 2006 22:46:16 -0000
@@ -1,5 +1,5 @@
 /* SearchResult.java --
-   Copyright (C) 2001, 2004, 2005  Free Software Foundation, Inc.
+   Copyright (C) 2001, 2004, 2005, 2006  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -47,6 +47,7 @@
 
 public class SearchResult extends Binding
 {
+  private static final long serialVersionUID = - 9158063327699723172L;
   // Serialized fields.
   private Attributes attrs;
 
Index: javax/naming/event/NamingEvent.java
===================================================================
RCS file: /cvsroot/classpath/classpath/javax/naming/event/NamingEvent.java,v
retrieving revision 1.4
diff -u -r1.4 NamingEvent.java
--- javax/naming/event/NamingEvent.java 2 Jul 2005 20:32:45 -0000       1.4
+++ javax/naming/event/NamingEvent.java 3 Mar 2006 22:46:16 -0000
@@ -1,5 +1,5 @@
 /* NamingEvent.java --
-   Copyright (C) 2001, 2004  Free Software Foundation, Inc.
+   Copyright (C) 2001, 2004, 2006  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -48,6 +48,8 @@
  */
 public class NamingEvent extends EventObject
 {
+  private static final long serialVersionUID = - 7126752885365133499L;
+
   public static final int OBJECT_ADDED = 0;
   public static final int OBJECT_REMOVED = 1;
   public static final int OBJECT_RENAMED = 2;
Index: javax/naming/event/NamingExceptionEvent.java
===================================================================
RCS file: 
/cvsroot/classpath/classpath/javax/naming/event/NamingExceptionEvent.java,v
retrieving revision 1.5
diff -u -r1.5 NamingExceptionEvent.java
--- javax/naming/event/NamingExceptionEvent.java        2 Jul 2005 20:32:45 
-0000       1.5
+++ javax/naming/event/NamingExceptionEvent.java        3 Mar 2006 22:46:16 
-0000
@@ -1,5 +1,5 @@
 /* NamingExceptionEvent.java --
-   Copyright (C) 2001, 2004, 2005  Free Software Foundation, Inc.
+   Copyright (C) 2001, 2004, 2005, 2006  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -49,6 +49,8 @@
 
 public class NamingExceptionEvent extends EventObject
 {
+  private static final long serialVersionUID = - 4877678086134736336L;
+
   // Serialized fields.
   private NamingException exception;
 
Index: javax/naming/spi/ResolveResult.java
===================================================================
RCS file: /cvsroot/classpath/classpath/javax/naming/spi/ResolveResult.java,v
retrieving revision 1.5
diff -u -r1.5 ResolveResult.java
--- javax/naming/spi/ResolveResult.java 2 Jul 2005 20:32:45 -0000       1.5
+++ javax/naming/spi/ResolveResult.java 3 Mar 2006 22:46:16 -0000
@@ -1,5 +1,5 @@
 /* ResolveResult.java --
-   Copyright (C) 2001, 2004, 2005  Free Software Foundation, Inc.
+   Copyright (C) 2001, 2004, 2005, 2006  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -51,6 +51,8 @@
 
 public class ResolveResult implements Serializable
 {
+  private static final long serialVersionUID = - 4552108072002407559L;
+
   // Serialized fields.
   protected Object resolvedObj;
   protected Name remainingName;

Reply via email to