A problem was found with the class of one of the objects being serialized or
deserialized. These can be
The SUIDs of the class loaded by the VM and the serialized class info do
not match
A serializable or externalizable object cannot be instantiated (when
deserializing) because the empty constructor that needs to be run is not
visible or fails.