java.io
Class ObjectStreamException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--java.io.IOException
|
+--java.io.ObjectStreamException
public abstract class
ObjectStreamExceptionextends
IOException This exception is thrown when a problem occurs during serialization.
There are more specific subclasses than give more fine grained
indications of the precise failure.
Since:Authors:- Aaron M. Renn (arenn@urbanophile.com)
- Warren Levy <warrenl@cygnus.com>
ObjectStreamException
protected ObjectStreamException()
Create an exception without a descriptive error message.
ObjectStreamException
protected ObjectStreamException(java.lang.String message)
Create an exception with a descriptive error message.
Parameters: