Class DirectoryMoveException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.apple.foundationdb.directory.DirectoryMoveException
All Implemented Interfaces:
Serializable

public class DirectoryMoveException extends RuntimeException
An Exception that is thrown when an invalid directory move is attempted.
See Also:
  • Field Details

    • sourcePath

      public final List<String> sourcePath
      The path of the directory being moved.
    • destPath

      public final List<String> destPath
      The path that the directory was being moved to.