Searched refs:WriteAbortedException (Results 1 – 11 of 11) sorted by relevance
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/ |
D | WriteAbortedExceptionTest.java | 20 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()
|
D | SerializationStressTest.java | 35 import java.io.WriteAbortedException; 984 } catch (WriteAbortedException e) { in test_2_writeReplace()
|
D | ObjectOutputStreamTest.java | 40 import java.io.WriteAbortedException; 990 } catch (WriteAbortedException e) { in test_writeObject_Exception()
|
D | SerializationStressTest1.java | 1355 } catch (java.io.WriteAbortedException e) { in test_18_32_writeObject() 1400 } catch (java.io.WriteAbortedException e) { in test_NonSerializableExceptionWhenDumping()
|
D | SerializationStressTest2.java | 817 java.io.IOException ex = new java.io.WriteAbortedException(FOO, in test_18_41_writeObject()
|
/libcore/luni/src/test/java/libcore/java/io/ |
D | WriteAbortedExceptionTest.java | 21 import java.io.WriteAbortedException; 32 WriteAbortedException e = new WriteAbortedException("parent msg", cause); in testGetCause()
|
/libcore/ojluni/src/main/java/java/io/ |
D | WriteAbortedException.java | 38 public class WriteAbortedException extends ObjectStreamException { class 60 public WriteAbortedException(String s, Exception ex) { in WriteAbortedException() method in WriteAbortedException
|
D | ObjectInputStream.java | 1446 throw new WriteAbortedException("writing aborted", ex); in readObject0()
|
/libcore/ |
D | openjdk_java_files.bp | 100 "ojluni/src/main/java/java/io/WriteAbortedException.java",
|
D | EXPECTED_UPSTREAM | 117 …i/src/main/java/java/io/WriteAbortedException.java,jdk17u/jdk-17.0.6-ga,src/java.base/share/classe…
|
/libcore/api/ |
D | current.txt | 2298 public class WriteAbortedException extends java.io.ObjectStreamException { 2299 ctor public WriteAbortedException(String, Exception);
|