Package org.terracotta.utilities.io
Class Files.FileStoreConstraintException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- java.nio.file.FileSystemException
-
- org.terracotta.utilities.io.Files.FileStoreConstraintException
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- Files
public static class Files.FileStoreConstraintException extends java.nio.file.FileSystemExceptionThrown to indicate that a file copy was attempted outside of the originFileStore.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static longserialVersionUID
-
Constructor Summary
Constructors Constructor Description FileStoreConstraintException(java.lang.String file, java.lang.String other, java.lang.String reason)
-
Method Summary
-
Methods inherited from class java.nio.file.FileSystemException
getFile, getMessage, getOtherFile, getReason
-
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-