- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for withOpen (0.28 sec)
-
src/main/java/jcifs/smb/SmbFile.java
* @throws CIFSException if an error occurs */ protected <T extends ServerMessageBlock2Response> T withOpen(final SmbTreeHandleImpl th, final ServerMessageBlock2Request<T> first, final ServerMessageBlock2Request<?>... others) throws CIFSException { return withOpen(th, Smb2CreateRequest.FILE_OPEN, 0x00120089, SmbConstants.FILE_SHARE_READ | SmbConstants.FILE_SHARE_WRITE, first, others);
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 30 05:58:03 UTC 2025 - 103.2K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/exception/DataStoreExceptionTest.java
DataStoreException withNPE = new DataStoreException("NPE Error", new NullPointerException("Null value")); DataStoreException withCustom = new DataStoreException("Custom Error", new FessSystemException("System error")); assertTrue(withIOException.getCause() instanceof java.io.IOException); assertTrue(withNPE.getCause() instanceof NullPointerException);
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 8.7K bytes - Viewed (0)