Home
last modified time | relevance | path

Searched refs:WriteAbortedException (Results 1 – 11 of 11) sorted by relevance

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/
DWriteAbortedExceptionTest.java20 import java.io.WriteAbortedException;
33 throw new WriteAbortedException("HelloWorld", in test_ConstructorLjava_lang_StringLjava_lang_Exception()
34 new WriteAbortedException("ByeWorld", null)); in test_ConstructorLjava_lang_StringLjava_lang_Exception()
35 } catch (WriteAbortedException e) { in test_ConstructorLjava_lang_StringLjava_lang_Exception()
49 throw new WriteAbortedException("HelloWorld", in test_getMessage()
50 new WriteAbortedException("ByeWorld", null)); in test_getMessage()
51 } catch (WriteAbortedException e) { in test_getMessage()
DSerializationStressTest.java35 import java.io.WriteAbortedException;
984 } catch (WriteAbortedException e) { in test_2_writeReplace()
DObjectOutputStreamTest.java40 import java.io.WriteAbortedException;
990 } catch (WriteAbortedException e) { in test_writeObject_Exception()
DSerializationStressTest1.java1355 } catch (java.io.WriteAbortedException e) { in test_18_32_writeObject()
1400 } catch (java.io.WriteAbortedException e) { in test_NonSerializableExceptionWhenDumping()
DSerializationStressTest2.java817 java.io.IOException ex = new java.io.WriteAbortedException(FOO, in test_18_41_writeObject()
/libcore/luni/src/test/java/libcore/java/io/
DWriteAbortedExceptionTest.java21 import java.io.WriteAbortedException;
32 WriteAbortedException e = new WriteAbortedException("parent msg", cause); in testGetCause()
/libcore/ojluni/src/main/java/java/io/
DWriteAbortedException.java38 public class WriteAbortedException extends ObjectStreamException { class
60 public WriteAbortedException(String s, Exception ex) { in WriteAbortedException() method in WriteAbortedException
DObjectInputStream.java1446 throw new WriteAbortedException("writing aborted", ex); in readObject0()
/libcore/
Dopenjdk_java_files.bp100 "ojluni/src/main/java/java/io/WriteAbortedException.java",
DEXPECTED_UPSTREAM117 …i/src/main/java/java/io/WriteAbortedException.java,jdk17u/jdk-17.0.6-ga,src/java.base/share/classe…
/libcore/api/
Dcurrent.txt2298 public class WriteAbortedException extends java.io.ObjectStreamException {
2299 ctor public WriteAbortedException(String, Exception);