- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for testCatchableAsCIFSException (0.62 sec)
-
src/test/java/jcifs/netbios/NbtExceptionTest.java
} /** * Test that NbtException can be caught as a CIFSException. */ @Test @DisplayName("NbtException should be catchable as CIFSException") void testCatchableAsCIFSException() { try { throw new NbtException(NbtException.ERR_NAM_SRVC, NbtException.FMT_ERR); } catch (CIFSException e) {
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 5.9K bytes - Viewed (0)