Class java.io.WriteAbortedException (1.1)


public class WriteAbortedException extends ObjectStreamException {
  // Public Constructor
    public WriteAbortedException(String s, Exception ex);
  // Public Instance Variables
    public Exception detail;
  // Public Instance Methods
    public String getMessage( );  // Overrides Throwable.getMessage( )
}