Home
last modified time | relevance | path

Searched defs:TestCompletionException (Results 1 – 2 of 2) sorted by relevance

/libcore/luni/src/test/java/libcore/java/util/concurrent/
DCompletionExceptionTest.java32 private class TestCompletionException extends CompletionException { class in CompletionExceptionTest
33 public TestCompletionException() { in TestCompletionException() method in CompletionExceptionTest.TestCompletionException
36 public TestCompletionException(String message) { in TestCompletionException() method in CompletionExceptionTest.TestCompletionException
DCompletionStageTest.java413 static final class TestCompletionException extends Throwable { class in CompletionStageTest
416 TestCompletionException(Throwable cause) { in TestCompletionException() method in CompletionStageTest.TestCompletionException