Package com.apple.foundationdb.directory
Class DirectoryMoveException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.apple.foundationdb.directory.DirectoryMoveException
- All Implemented Interfaces:
Serializable
An
Exception that is thrown when an invalid directory move
is attempted.- See Also:
-
Field Summary
Fields -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
sourcePath
The path of the directory being moved. -
destPath
The path that the directory was being moved to.
-