java.io

Class InvalidObjectException

public class InvalidObjectException extends ObjectStreamException

This exception is thrown when an object fails a validation test during serialization.

Since: 1.1

UNKNOWN: updated to 1.4

Constructor Summary
InvalidObjectException(String message)
Create an exception with a descriptive error message String.

Constructor Detail

InvalidObjectException

public InvalidObjectException(String message)
Create an exception with a descriptive error message String. This should be the cause of the verification failure.

Parameters: message the descriptive error message