public class InvalidObjectException extends ObjectStreamException
| Constructor and Description |
|---|
InvalidObjectException(String detailMessage)
Constructs an
InvalidObjectException with its stack trace and
detail message filled in. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic InvalidObjectException(String detailMessage)
InvalidObjectException with its stack trace and
detail message filled in.detailMessage - the detail message for this exception.