Example usage for Java java.io NotSerializableException fields, constructors, methods, implement or subclass
The text is from its open source code.
NotSerializableException(String classname) Constructs a NotSerializableException object with message string. | |
NotSerializableException() Constructs a NotSerializableException object. |
String | getLocalizedMessage() Creates a localized description of this throwable. |
String | getMessage() Returns the detail message string of this throwable. |
Throwable | initCause(Throwable cause) Initializes the cause of this throwable to the specified value. |
void | printStackTrace() Prints this throwable and its backtrace to the standard error stream. |
void | setStackTrace(StackTraceElement[] stackTrace) Sets the stack trace elements that will be returned by #getStackTrace() and printed by #printStackTrace() and related methods. |