java.io
public class NotSerializableException extends ObjectStreamException
Since: 1.1
UNKNOWN: updated to 1.4
Constructor Summary | |
---|---|
NotSerializableException()
Create an exception without a descriptive error message. | |
NotSerializableException(String message)
Create an exception with a descriptive error message, which should
be the name of the class.
|
Parameters: message the descriptive error message