Package org.cryptomator.cryptofs.fh
Class ExceptionsDuringWrite
- java.lang.Object
-
- org.cryptomator.cryptofs.fh.ExceptionsDuringWrite
-
@OpenFileScoped public class ExceptionsDuringWrite extends Object
Collector for exceptions that happen during chunk cache invalidation. These exceptions will be rethrown byCleartextFileChannel.force(boolean)
-
-
Constructor Summary
Constructors Constructor Description ExceptionsDuringWrite()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidadd(IOException e)voidthrowIfPresent()
-
-
-
Method Detail
-
add
public void add(IOException e)
-
throwIfPresent
public void throwIfPresent() throws IOException- Throws:
IOException
-
-