WriteAbortedException.WriteAbortedException
Class Overview | Class Members |
This Package |
All Packages
public WriteAbortedException( String s,
Exception ex )
Description
A WriteAbortedException is thrown during a read when one of the
ObjectStreamExceptions was thrown during writing. The exception
that terminated the write can be found in the detail field.
The stream is reset to it's initial state, all references to
objects already deserialized are discarded.