Class DirectoryException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.apple.foundationdb.directory.DirectoryException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
DirectoryAlreadyExistsException, MismatchedLayerException, NoSuchDirectoryException

public class DirectoryException extends RuntimeException
An Exception that is thrown by the directory layer corresponding to a specific path.
See Also:
  • Field Details

    • path

      public final List<String> path
      The directory path that was responsible for the error.