Searched refs:IntentionalException (Results 1 – 2 of 2) sorted by relevance
76 assertThat(expected).hasCauseThat().isInstanceOf(IntentionalException.class); in testInvokeSubscriberMethod_exceptionWrapping()125 throw new IntentionalException(); in exceptionThrowingMethod()129 class IntentionalException extends Exception { class in SubscriberTest