Package org.cryptomator.cryptofs
Class FileSystemNeedsMigrationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- java.nio.file.FileSystemException
-
- org.cryptomator.cryptofs.FileSystemNeedsMigrationException
-
- All Implemented Interfaces:
Serializable
public class FileSystemNeedsMigrationException extends FileSystemException
Indicates that no file system for a given vault can be created, because the vault has been created with an older version of this library.- Since:
- 1.4.0
- See Also:
Migrators, Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FileSystemNeedsMigrationException(Path pathToVault)
-
Method Summary
-
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
-
FileSystemNeedsMigrationException
public FileSystemNeedsMigrationException(Path pathToVault)
-
-