- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for withRecoveryHint (0.06 seconds)
-
src/main/java/jcifs/SmbResourceException.java
// Add context withContext("resourceType", resourceType); withContext("available", available); withContext("requested", requested); // Add recovery hint withRecoveryHint(generateRecoveryHint()); } /** * Creates a resource exception with cause * * @param message the error message * @param errorCode the SMB error codeCreated: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sat Aug 30 05:58:03 GMT 2025 - 5.6K bytes - Click Count (0) -
src/main/java/jcifs/SmbException.java
return this; } /** * Sets a recovery hint for the error * * @param hint the recovery hint * @return this exception for chaining */ public SmbException withRecoveryHint(String hint) { this.recoveryHint = hint; return this; } /** * Gets the SMB error code * * @return the error code */Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sat Aug 30 05:58:03 GMT 2025 - 6.4K bytes - Click Count (0)