java.io.InvalidObjectException
java.io.ObjectStreamException
None
None
New as of JDK 1.1
An InvalidObjectException is thrown by an object to indicate that it cannot validate itself during object deserialization.
public class java.io.InvalidObjectException extends java.io.ObjectStreamException { // Constructors public InvalidObjectException(String reason); }
The detail message.
This constructor creates an InvalidObjectException with the specified detail message, which should be the name of the class.
Method |
Inherited From |
Method |
Inherited From |
---|---|---|---|
clone() |
Object |
equals(Object) |
Object |
fillInStackTrace() |
Throwable |
finalize() |
Object |
getClass() |
Object |
getLocalizedMessage() |
Throwable |
getMessage() |
Throwable |
hashCode() |
Object |
notify() |
Object |
notifyAll() |
Object |
printStackTrace() |
Throwable |
printStackTrace(PrintStream) |
Throwable |
printStackTrace(PrintWriter) |
Throwable |
toString() |
Object |
wait() |
Object |
wait(long) |
Object |
wait(long, int) |
Object |
Exception, ObjectStreamException, Throwable