< prev index next >

src/java.sql.rowset/share/classes/javax/sql/rowset/serial/SerialStruct.java

Print this page

        

@@ -330,11 +330,11 @@
     /**
      * writeObject is called to save the state of the {@code SerialStruct}
      * to a stream.
      */
     private void writeObject(ObjectOutputStream s)
-            throws IOException, ClassNotFoundException {
+            throws IOException {
 
         ObjectOutputStream.PutField fields = s.putFields();
         fields.put("attribs", attribs);
         fields.put("SQLTypeName", SQLTypeName);
         s.writeFields();
< prev index next >