[ Web Proxy ]
URL:
Viewing: https://docs.oracle.com/en/java/javase/24/docs/api/java.base/java/io/WriteAbortedException.html [Back]  [Original]

WriteAbortedException (Java SE 24 & JDK 24)
Contents 
Hide sidebar ❮❯ Show sidebar
  1. Description
  2. Field Summary
  3. Constructor Summary
  4. Method Summary
  5. Field Details
    1. detail
  6. Constructor Details
    1. WriteAbortedException(String, Exception)
  7. Method Details
    1. getMessage()
    2. getCause()

Class WriteAbortedException

java.lang.Object
All Implemented Interfaces:
Serializable

public class WriteAbortedException extends ObjectStreamException
Signals that one of the ObjectStreamExceptions was thrown during a write operation. Thrown during a read operation when one of the ObjectStreamExceptions was thrown during a write operation. The exception that terminated the write can be found in the detail field. The stream is reset to its initial state and all references to objects already deserialized are discarded.
Since:
1.1
See Also:


Web Proxy Viewer  |  New URL  |  Original Page