java.lang.Object | |||||
↳ | java.lang.Throwable | ||||
↳ | java.lang.Exception | ||||
↳ | java.io.IOException | ||||
↳ | java.io.ObjectStreamException | ||||
↳ | java.io.StreamCorruptedException |
Signals that the readObject()
method could not
read an object due to missing information (for example, a cyclic reference
that doesn't match a previous instance, or a missing class descriptor for the
object to be loaded).
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Constructs a new
StreamCorruptedException with its stack trace
filled in.
| |||||||||||
Constructs a new
StreamCorruptedException with its stack trace
and detail message filled in.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Throwable
| |||||||||||
From class
java.lang.Object
|
Constructs a new StreamCorruptedException
with its stack trace
filled in.
Constructs a new StreamCorruptedException
with its stack trace
and detail message filled in.
detailMessage | the detail message for this exception. |
---|