java.lang.Object | +----java.lang.Throwable | +----java.lang.Exception | +----java.io.IOException | +----java.io.ObjectStreamException | +----java.io.InvalidObjectException
Indicates that one or more deserialized objects failed validation tests. The argument should be the reason for the failure.
InvalidObjectException
with a
detail message.
public InvalidObjectException(String reason)
InvalidObjectException
with a
detail message. The argument should be the reason why
the validation of the object failed.