Example usage for Java java.io InvalidClassException fields, constructors, methods, implement or subclass
The text is from its open source code.
InvalidClassException(String reason) Report an InvalidClassException for the reason specified. | |
InvalidClassException(String cname, String reason) Constructs an InvalidClassException object. |
String | getMessage() Produce the message and include the classname, if present. |
void | printStackTrace() Prints this throwable and its backtrace to the standard error stream. |