public class InvalidObjectException extends ObjectStreamException
ObjectInputValidation,
Serialized Form
| Constructor and Description |
|---|
InvalidObjectException(String
Constructs an
InvalidObjectException.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic InvalidObjectException(Stringreason)
InvalidObjectException.
reason - Detailed message explaining the reason for the failure.
ObjectInputValidation