- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for CONNECTION_RESET (0.07 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
src/test/java/jcifs/smb/SmbOperationExceptionTest.java
@Test @DisplayName("Should identify error categories correctly") void testErrorCategories() { // Network error exception = new SmbOperationException(SmbOperationException.ErrorCode.CONNECTION_RESET, "Connection lost"); assertTrue(exception.isNetworkError()); assertFalse(exception.isAuthenticationError()); assertFalse(exception.isFileSystemError());Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sat Aug 30 05:58:03 GMT 2025 - 16.1K bytes - Click Count (0)