Serialized Form
-
Package com.apple.foundationdb
-
Class com.apple.foundationdb.FDBException extends java.lang.RuntimeException implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
code
int code
-
-
-
Package com.apple.foundationdb.directory
-
Class com.apple.foundationdb.directory.DirectoryAlreadyExistsException extends DirectoryException implements Serializable
-
Class com.apple.foundationdb.directory.DirectoryException extends java.lang.RuntimeException implements Serializable
-
Serialized Fields
-
path
java.util.List<java.lang.String> path
The directory path that was responsible for the error.
-
-
-
Class com.apple.foundationdb.directory.DirectoryMoveException extends java.lang.RuntimeException implements Serializable
-
Serialized Fields
-
destPath
java.util.List<java.lang.String> destPath
The path that the directory was being moved to. -
sourcePath
java.util.List<java.lang.String> sourcePath
The path of the directory being moved.
-
-
-
Class com.apple.foundationdb.directory.DirectoryVersionException extends java.lang.RuntimeException implements Serializable
-
Class com.apple.foundationdb.directory.MismatchedLayerException extends DirectoryException implements Serializable
-
Serialized Fields
-
opened
byte[] opened
The layer byte string that the directory was opened with. -
stored
byte[] stored
The layer byte string that the directory was created with.
-
-
-
Class com.apple.foundationdb.directory.NoSuchDirectoryException extends DirectoryException implements Serializable
-