Package org.cryptomator.cryptofs.common
Class FileSystemCapabilityChecker.MissingCapabilityException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- java.nio.file.FileSystemException
-
- org.cryptomator.cryptofs.common.FileSystemCapabilityChecker.MissingCapabilityException
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- FileSystemCapabilityChecker
public static class FileSystemCapabilityChecker.MissingCapabilityException extends FileSystemException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MissingCapabilityException(Path path, FileSystemCapabilityChecker.Capability missingCapability)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FileSystemCapabilityChecker.CapabilitygetMissingCapability()-
Methods inherited from class java.nio.file.FileSystemException
getFile, getMessage, getOtherFile, getReason
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
MissingCapabilityException
public MissingCapabilityException(Path path, FileSystemCapabilityChecker.Capability missingCapability)
-
-
Method Detail
-
getMissingCapability
public FileSystemCapabilityChecker.Capability getMissingCapability()
-
-