Java java.io InvalidClassException fields, constructors, methods, implement or subclass

Example usage for Java java.io InvalidClassException fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for java.io InvalidClassException.

The text is from its open source code.

Constructor

InvalidClassException(String reason)
Report an InvalidClassException for the reason specified.
InvalidClassException(String cname, String reason)
Constructs an InvalidClassException object.

Method

StringgetMessage()
Produce the message and include the classname, if present.
voidprintStackTrace()
Prints this throwable and its backtrace to the standard error stream.