public class NotSerializableException extends ObjectStreamException
| Constructor and Description |
|---|
NotSerializableException()
Create an exception without a descriptive error message.
|
NotSerializableException(java.lang.String message)
Create an exception with a descriptive error message, which should
be the name of the class.
|
public NotSerializableException()
public NotSerializableException(java.lang.String message)
message - the descriptive error message