- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for testCatchableAsCIFSException (0.1 seconds)
-
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) {Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Thu Aug 14 05:31:44 GMT 2025 - 5.9K bytes - Click Count (0)