<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<!--NewPage-->
<html>
<head>
<!-- Generated by javadoc on Wed Jul 28 01:21:15 GMT 1999 -->
<title>
  Class java.io.WriteAbortedException
</title>
</head>
<body>
<a name="_top_"></a>
<pre>
<a href="packages.html">All Packages</a>  <a href="tree.html">Class Hierarchy</a>  <a href="Package-java.io.html">This Package</a>  <a href="java.io.UnsupportedEncodingException.html#_top_">Previous</a>  <a href="Package-java.io.html">Next</a>  <a href="AllNames.html">Index</a></pre>
<hr>
<h1>
  Class java.io.WriteAbortedException
</h1>
<pre>
<a href="java.lang.Object.html#_top_">java.lang.Object</a>
   |
   +----<a href="java.lang.Throwable.html#_top_">java.lang.Throwable</a>
           |
           +----<a href="java.lang.Exception.html#_top_">java.lang.Exception</a>
                   |
                   +----<a href="java.io.IOException.html#_top_">java.io.IOException</a>
                           |
                           +----<a href="java.io.ObjectStreamException.html#_top_">java.io.ObjectStreamException</a>
                                   |
                                   +----java.io.WriteAbortedException
</pre>
<hr>
<dl>
  <dt> public class <b>WriteAbortedException</b>
  <dt> extends <a href="java.io.ObjectStreamException.html#_top_">ObjectStreamException</a>
</dl>
<hr>
<a name="index"></a>
<h2>
  <img src="images/variable-index.gif" width=207 height=38 alt="Variable Index">
</h2>
<dl>
  <dt> <img src="images/magenta-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#detail"><b>detail</b></a>
  <dd> 
</dl>
<h2>
  <img src="images/constructor-index.gif" width=275 height=38 alt="Constructor Index">
</h2>
<dl>
  <dt> <img src="images/yellow-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#WriteAbortedException(java.lang.String, java.lang.Exception)"><b>WriteAbortedException</b></a>(String, Exception)
  <dd>  A WriteAbortedException is thrown during a read when one of the
 ObjectStreamExceptions was thrown during writing.
</dl>
<h2>
  <img src="images/method-index.gif" width=207 height=38 alt="Method Index">
</h2>
<dl>
  <dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#getMessage()"><b>getMessage</b></a>()
  <dd>  Produce the message, include the message from the nested
 exception if there is one.
</dl>
<a name="variables"></a>
<h2>
  <img src="images/variables.gif" width=153 height=38 alt="Variables">
</h2>
<a name="detail"><img src="images/magenta-ball.gif" width=12 height=12 alt=" o "></a>
<b>detail</b>
<pre>
 public <a href="java.lang.Exception.html#_top_">Exception</a> detail
</pre>
<a name="constructors"></a>
<h2>
  <img src="images/constructors.gif" width=231 height=38 alt="Constructors">
</h2>
<a name="WriteAbortedException"></a>
<a name="WriteAbortedException(java.lang.String, java.lang.Exception)"><img src="images/yellow-ball.gif" width=12 height=12 alt=" o "></a>
<b>WriteAbortedException</b>
<pre>
 public WriteAbortedException(<a href="java.lang.String.html#_top_">String</a> s,
                              <a href="java.lang.Exception.html#_top_">Exception</a> ex)
</pre>
<dl>
  <dd> 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.
<p>
</dl>
<a name="methods"></a>
<h2>
  <img src="images/methods.gif" width=151 height=38 alt="Methods">
</h2>
<a name="getMessage()"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a>
<a name="getMessage"><b>getMessage</b></a>
<pre>
 public <a href="java.lang.String.html#_top_">String</a> getMessage()
</pre>
<dl>
  <dd> Produce the message, include the message from the nested
 exception if there is one.
<p>
  <dd><dl>
    <dt> <b>Overrides:</b>
    <dd> <a href="java.lang.Throwable.html#getMessage()">getMessage</a> in class <a href="java.lang.Throwable.html#_top_">Throwable</a>
  </dl></dd>
</dl>
<hr>
<pre>
<a href="packages.html">All Packages</a>  <a href="tree.html">Class Hierarchy</a>  <a href="Package-java.io.html">This Package</a>  <a href="java.io.UnsupportedEncodingException.html#_top_">Previous</a>  <a href="Package-java.io.html">Next</a>  <a href="AllNames.html">Index</a></pre>
</body>
</html>
