- Sort Score
- Num 10 results
- Language All
Results 1 - 3 of 3 for NOT_SUPPORTED (0.06 seconds)
-
src/main/java/jcifs/smb/SmbOperationException.java
false), QUOTA_EXCEEDED("Quota exceeded", ErrorCategory.RESOURCE, false), // Protocol errors INVALID_PARAMETER("Invalid parameter", ErrorCategory.PROTOCOL, false), NOT_SUPPORTED("Operation not supported", ErrorCategory.PROTOCOL, false), INVALID_PROTOCOL("Invalid protocol", ErrorCategory.PROTOCOL,
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/main/java/jcifs/smb/SmbSessionImpl.java
if (token != null) { request = new Smb2SessionSetupRequest(this.getContext(), securityMode, negoResp.getCommonCapabilities(), 0, token); // here, messages are rejected with NOT_SUPPORTED if we start signing as soon as we can, wait until // session setup complete request.setSessionId(sessId); request.retainPayload(); try {Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sun Aug 31 08:00:57 GMT 2025 - 68.9K bytes - Click Count (0) -
src/test/java/jcifs/smb/SmbOperationExceptionTest.java
assertFalse(SmbOperationException.ErrorCode.QUOTA_EXCEEDED.isRetryable()); assertFalse(SmbOperationException.ErrorCode.INVALID_PARAMETER.isRetryable()); assertFalse(SmbOperationException.ErrorCode.NOT_SUPPORTED.isRetryable()); assertFalse(SmbOperationException.ErrorCode.INVALID_PROTOCOL.isRetryable()); assertFalse(SmbOperationException.ErrorCode.MESSAGE_TOO_LARGE.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)