Package com.apple.foundationdb.directory
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
An
Exception
that is thrown by the directory layer corresponding
to a specific path.- 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
-
path
The directory path that was responsible for the error.
-