Java in a Nutshell Online Quick Reference for Java 1.1

CLASS java.io.WriteAbortedException

Availability: JDK 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()
}

Java in a Nutshell Online Quick Reference for Java 1.1
Created by David Flanagan. Copyright © 1997 by O'Reilly & Associates.