public abstract class ObjectStreamException extends IOException
| Modifier | Constructor and Description |
|---|---|
protected |
ObjectStreamException()
Constructs a new
ObjectStreamException with its stack trace
filled in. |
protected |
ObjectStreamException(String detailMessage)
Constructs a new
ObjectStreamException with its stack trace and
detail message filled in. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringprotected ObjectStreamException()
ObjectStreamException with its stack trace
filled in.protected ObjectStreamException(String detailMessage)
ObjectStreamException with its stack trace and
detail message filled in.detailMessage - the detail message for this exception.