java.lang.Object | +--java.lang.Throwable | +--java.lang.Exception | +--java.io.IOException | +--java.io.ObjectStreamException | +--java.io.InvalidObjectException
Untamed: Indicates that one or more deserialized objects failed validation tests. The argument should provide the reason for the failure.
ObjectInputValidation
,
Serialized Formbacktrace, eStack, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, javaStack, leaf, printStackTrace, printStackTrace, printStackTrace, printThrowableOn, setStackTrace, toString, unwrap
public InvalidObjectException(String reason)
InvalidObjectException
.
reason
- Detailed message explaing the reason for the failure.ObjectInputValidation