All Downloads are FREE. Search and download functionalities are using the official Maven repository.

java.io.WriteAbortedException Maven / Gradle / Ivy

The newest version!
package java.io;

public class WriteAbortedException extends ObjectStreamException {
    public Exception detail;

    public WriteAbortedException(String s, Exception ex) {}

    public Throwable getCause() {
        return null;
    }

    public String getMessage() {
        return null;
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy