public class NotSerializableException extends ObjectStreamException
| Constructor and Description |
|---|
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.
|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic NotSerializableException()
public NotSerializableException(String message)
message - the descriptive error message