- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for SESSION_EXPIRED (0.11 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
src/main/java/jcifs/smb/SmbOperationException.java
ErrorCategory.AUTHENTICATION, false), INVALID_CREDENTIALS("Invalid credentials", ErrorCategory.AUTHENTICATION, false), SESSION_EXPIRED("Session expired", ErrorCategory.AUTHENTICATION, true), // File system errors FILE_NOT_FOUND("File not found", ErrorCategory.FILE_SYSTEM, false), PATH_NOT_FOUND("Path not found", ErrorCategory.FILE_SYSTEM,
Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sat Aug 30 05:58:03 GMT 2025 - 16.5K bytes - Click Count (0) -
src/test/java/jcifs/smb/SmbOperationExceptionTest.java
assertTrue(SmbOperationException.ErrorCode.CONNECTION_TIMEOUT.isRetryable()); assertTrue(SmbOperationException.ErrorCode.CONNECTION_RESET.isRetryable()); assertTrue(SmbOperationException.ErrorCode.SESSION_EXPIRED.isRetryable()); assertTrue(SmbOperationException.ErrorCode.OUT_OF_MEMORY.isRetryable()); assertTrue(SmbOperationException.ErrorCode.TOO_MANY_SESSIONS.isRetryable());
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)