/[classpath]/classpath/java/util/prefs/BackingStoreException.java
ViewVC logotype

Diff of /classpath/java/util/prefs/BackingStoreException.java

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

revision 1.3 by ericb, Sun Feb 24 04:25:17 2002 UTC revision 1.4 by mark, Tue Apr 30 10:54:35 2002 UTC
# Line 83  public class BackingStoreException exten Line 83  public class BackingStoreException exten
83     *     *
84     * @param o the output stream     * @param o the output stream
85     */     */
86    private void writeObject(ObjectOutputStream o)    private void writeObject(ObjectOutputStream o) throws NotSerializableException
87    {    {
88      throw new NotSerializableException      throw new NotSerializableException
89        ("java.util.prefs.BackingStoreException");        ("java.util.prefs.BackingStoreException");
# Line 94  public class BackingStoreException exten Line 94  public class BackingStoreException exten
94     *     *
95     * @param i the input stream     * @param i the input stream
96     */     */
97    private void readObject(ObjectInputStream i)    private void readObject(ObjectInputStream i) throws NotSerializableException
98    {    {
99      throw new NotSerializableException      throw new NotSerializableException
100        ("java.util.prefs.BackingStoreException");        ("java.util.prefs.BackingStoreException");

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