java.io
public abstract class ObjectStreamException extends IOException
Since: 1.1
UNKNOWN: updated to 1.4
| Constructor Summary | |
|---|---|
| protected | ObjectStreamException()
Create an exception without a descriptive error message. |
| protected | ObjectStreamException(String message)
Create an exception with a descriptive error message.
|
Parameters: message the descriptive error message